We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53323a4 commit fca00b6Copy full SHA for fca00b6
README.rst
@@ -73,7 +73,7 @@ class name.
73
from pytest_factoryboy import register
74
75
@register
76
- class AuthorFactory(Factory):
+ class AuthorFactory(factory.Factory):
77
78
class Meta:
79
model = Author
0 commit comments