Skip to content

1.6.1 - `@pytest_fixture_plus` improvement to handle `NOT_USED` cases

Compare
Choose a tag to compare
@smarie smarie released this 03 Apr 17:21
· 584 commits to main since this release

Fixed issue where fixtures get called with NOT_USED as a parameter when using a fixture_union. This issue is actually only fixed in @pytest_fixture_plus, if you use @pytest.fixture you have to handle it manually. Fixes #37

See documentation page for details.