You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a test class in which I have test methods ranging from @pytest.mark.run(order=1) .......to @pytest.mark.run(order=10). The 10th one always runs before the other tests. Please help!!
Regards,
Pragya
The text was updated successfully, but these errors were encountered:
PragyaCoder
changed the title
py.test ordering doesn't works when double digit methods are present
py.test ordering doesn't works when methods with order greater than 9 are present.
Jan 27, 2020
Hi,
I have a test class in which I have test methods ranging from @pytest.mark.run(order=1) .......to @pytest.mark.run(order=10). The 10th one always runs before the other tests. Please help!!
Regards,
Pragya
The text was updated successfully, but these errors were encountered: