vbv/server/vbv_lernwelt/learnpath/tests/learningpath_factories.py

9 lines
186 B
Python

import wagtail_factories
from vbv_lernwelt.learnpath.models import LearningPath
class LearningPathFactory(wagtail_factories.PageFactory):
class Meta:
model = LearningPath