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

`pivot_steps_on_df` does not work on fixtures that are `@one_fixture_per_step` #26

Closed smarie closed 5 years ago

smarie commented 5 years ago

By default pivot_steps_on_df thinks that all fixtures are cross-steps. It should only rely on explicitly cross-step fixtures for this.