1.5.0 - Bug fixes concerning fixtures
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.