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

order inverted #43

Closed bevinhex closed 3 years ago

bevinhex commented 3 years ago

image As can seen from the image, not sure with which plugin it is not coming along, but the step names are in wrong order

smarie commented 3 years ago

Thanks @bevinhex for the feedback !

Could you please provide a minimal reproducible example ? Indeed I can not try to solve your issue if I can not reproduce it locally :( Usually this can be done by removing all your applicative code from the test, leaving only pytest-steps stuff, and probably reducing the number of steps, while still checking that the issue appears.

Let me know!

smarie commented 3 years ago

Hi @bevinhex , were you by any chance able to create a reproducible example for this issue ? Thanks !

smarie commented 3 years ago

Closing the issue as missing a reproducible example. Feel free to reopen if needed !