Skip to content

1.5.0 - Bug fixes concerning fixtures

Compare
Choose a tag to compare
@smarie smarie released this 08 Jan 14:15
· 142 commits to main since this release

The fixture_store fixture, provided by the plugin, does not have autouse=True anymore. Fixed #20.

get_all_pytest_fixture_names now returns fixtures that are indirectly parametrized, as well as fixtures that are not parametrized. Fixed #19.

See documentation page for details.