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

10 lines
188 B
Python

import factory
from server.vbv_lernwelt.learnpath.models import LearningPath
class LearningPathFactory(factory.django.DjangoModelFactory):
class Meta:
model = LearningPath