You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the convenience register method to register fixtures does not import the docstring. Running pytest --fixtures results in no docstring available for all pytest-factoryboy fixtures.
It would be nice to include a docstring arg to the register method e.g
register(UserFactory, _name="special_user", _docstring="Useful sentence describing this fixture")
Thanks for the library it is very handy!
The text was updated successfully, but these errors were encountered:
Using the convenience
register
method to register fixtures does not import the docstring. Runningpytest --fixtures
results in no docstring available for all pytest-factoryboy fixtures.It would be nice to include a docstring arg to the
register
method e.gThanks for the library it is very handy!
The text was updated successfully, but these errors were encountered: