-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order test execution #3736
Comments
GitMate.io thinks possibly related issues are #2861 (Question re: order of execution of test fixtures), #2305 (Sandboxed test execution fails when any plugin is installed), #1527 (show deselected info after collected info and before test execution), #805 (Fixture execution order ), and #3198 (Ignore individual tests). |
https://pytest-ordering.readthedocs.io/en/develop/ is one way that exists |
Thanks @RonnyPfannschmidt! the problem is, that in our setup, we are using 1-file per test. |
@Formartha please elaborate your use case a bit more in detail, without at least a basic idea of the structure i cant give sound advise |
Sure, In reality, pytest knows what's the amount of collected tests and should support execution by parameter. |
unfortunately thats a description of technical and structural details including a proposed solution, to explain why i understood i that way i will present a analogy |
Sorry, I didn't got your response.. the use case is as I wrote. |
The |
Hi folks,
I tried searching about it, but I found very little information.
my use case relays on the fact that I need to order couple of test cases to run one after the other.
what I did till now is to provide numbering and the 0-9, A-Z kicked in and it worked.
however, I'm sure that it's not the correct way to go..
any plugin that does it? any other way of doing it?
Thanks,
-M
The text was updated successfully, but these errors were encountered: