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

Create default `store`, `results_bag` and `[session/module]_results_[dct/df]` fixtures for the most common use cases #14

Closed smarie closed 5 years ago

smarie commented 5 years ago

Maybe users will prefer not to have to write the extra code and directly use fixtures with predefined names.

Is that possible in the plugin, while preserving user customization in each of his test module and/or at global level ?