smarie / python-pytest-steps

A tiny package to ease the creation of test steps with shared intermediate results/state.
https://smarie.github.io/python-pytest-steps/
BSD 3-Clause "New" or "Revised" License
56 stars 5 forks source link

Provide default fixtures for pivoted synthesis when pytest-harvest is installed #23

Closed smarie closed 5 years ago

smarie commented 5 years ago

pytest-harvest >= 1.1 offers default fixtures session_results_df and module_results_df. It makes sense to also offer pivoted versions in case when steps are present.