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
E
test setup failed
author = <test.Author object at 0x10a426dd0>
@pytest.fixture(autouse=True)
def autouse_fixture_check(author):
> assert author.books
E assert []
E + where [] = <test.Author object at 0x10a426dd0>.books
test.py:53: AssertionError
Broken versions: >= 2.0.1, <= 2.0.3 (current)
Last version that works: 1.3.2
How to reproduce (just one step):
to test https://github.com/pytest-dev/pytest-factoryboy/blob/master/tests/test_circular.py
add
Output:
Broken versions: >= 2.0.1, <= 2.0.3 (current)
Last version that works: 1.3.2
Example setup for working version:
The text was updated successfully, but these errors were encountered: