Skip to content

Commit d7edd31

Browse files
committed
Add getfixturedefs to compat.__all__
1 parent 506dd20 commit d7edd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_factoryboy/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
pytest_version = parse_version(version("pytest"))
1414

15-
__all__ = ("PostGenerationContext", "path_with_stem")
15+
__all__ = ("PostGenerationContext", "path_with_stem", "getfixturedefs")
1616

1717
try:
1818
from factory.declarations import PostGenerationContext

0 commit comments

Comments
 (0)