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
63 stars 9 forks source link

Status details for non-completed item in `get_session_synthesis_dct` #8

Closed smarie closed 5 years ago

smarie commented 5 years ago

By default I suggest that non-completed nodes (the ones that do not have the three pytest stages) should not appear at all in the synthesis. A special option could make them appear if needed.