Replies: 1 comment
-
there is no guarantee - by default pytest tries to maintain the given order |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From here I could see there is paramitrize annotioantion for parametrized tests.
From here pytest generates a new invocation for each param. There are no tests for order exist.
How can I ensure the order on the praam invocation?
For example:
How to ensure that the order is test_1, test_2, test_3?
Beta Was this translation helpful? Give feedback.
All reactions