Skip to content

1.5.1 - Bug fix and exceptions improvement

Choose a tag to compare

@smarie smarie released this 19 Dec 14:34
· 78 commits to main since this release

We now detect that @cross_step_fixture or @one_fixture_per_step is applied on a fixture with the wrong scope, and raise a much more readable exception. Fixes #25.

Improved pivot_steps_on_df so that we can use a filter on it, and so that only cross-step fixtures are used in the default cross-step columns. Fixes #26

See documentation page for details.