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

Raise a better exception if `@saved_fixture` is used on session- or module-scope fixtures #18

Closed smarie closed 5 years ago

smarie commented 5 years ago

See https://github.com/smarie/python-pytest-harvest/issues/17