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
57 stars 5 forks source link

tests order is messed up by pytest-steps in generator mode #18

Closed smarie closed 5 years ago

smarie commented 5 years ago

In generator mode, the tests decorated with @test_steps are not in the same order as usual ; depending n the platform they appear at the beginning of the module tests, or at the end.