python-pytest-harvest icon indicating copy to clipboard operation
python-pytest-harvest copied to clipboard

Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.

Results 15 python-pytest-harvest issues
Sort by recently updated
recently updated
newest added

This could be named `[module/session]_results_meta_[dct/df]` and could contain - for the dictionary version, a dictionary where the key is the property name (from properties in `[module/session]_results_[dct/df]`) and the value is...

enhancement

Having liked one of your packages, I decided to try another one! :) I am trying to collect summary statistics on all of my tests. Tests are in a number...

Neat plugin, great docs. I'm running into the following issue, outlined below: Scenario: - pytest 6.0.1 - pytest-harvest 1.10.0 - pytest-xdist 2.0.0 - running via a [shiv](https://pypi.org/project/shiv/) - running multiple...

Maybe we should think of an alternate/complementary API to simply pass a list of fixtures to save, or to enable saving all fixture values automatically ? Indeed having to mark...

bug