Releases: smarie/python-pytest-steps
Releases · smarie/python-pytest-steps
1.1.0 - `pytest-harvest` utilities + `@one_per_step` fix
Fixed: @one_per_step can now be used with generator-style fixtures.
API:
- New method
get_underlying_fixtureto Truly get a fixture value even if it comes from a@one_per_step - internal constant
INNER_STEP_ARGNAMEis now namedGENERATOR_MODE_STEP_ARGNAME - 5 new utility methods to support combining this plugin with
pytest-harvest(see documentation for details):handle_steps_in_synthesis_dct,remove_step_from_test_id,get_all_pytest_param_names_except_step_id,pivot_steps_on_df,get_flattened_multilevel_columns
See documentation page for details.