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

Helper methods `get_[session/module]_results_[dct/df]` do not have access to the default fixture store by default #34

Closed smarie closed 4 years ago

smarie commented 4 years ago

Helper methods get_[session/module]_results_[dct/df] use by default fixture_store=None while the corresponding fixtures use the default fixture_store fixture.

The consequence is that when collecting results from the helper functions, one can not access the stored fixtures and result bags.