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
61 stars 8 forks source link

`get_session_synthesis_dct` should accept fixture names for `fixture_store` and use `'fixture_store'` by default instead of `None` #23

Closed smarie closed 5 years ago

smarie commented 5 years ago

Actually this is not possible: the fixture might not exist anymore. So my suggestion is to not change anything.