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

Hide pytest status details by default in `get_session_synthesis_dct` #5

Closed smarie closed 5 years ago

smarie commented 5 years ago

It is mostly probable that people using this library will be interested by the overall status rather than the stage-by-stage details. So having the details not provided by default + a status_details option seems a good option.