smarie / python-pytest-harvest

Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
https://smarie.github.io/python-pytest-harvest/
BSD 3-Clause "New" or "Revised" License
62 stars 9 forks source link

The `fixture_store` fixture, provided by the plugin, should not have `autouse=True` #20

Closed smarie closed 5 years ago

smarie commented 5 years ago

It will anyway be used if users decide to use @saved_fixture or results_bag fixture. So no need to enable autouse.