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

11 lines
228 B
Python

import wagtail_factories
from vbv_lernwelt.learnpath.models import LearningPath
class LearningPathFactory(wagtail_factories.PageFactory):
title = "Versicherungsvermittler/in"
class Meta:
model = LearningPath