-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi.
I use your plugin no so long. I didn't find opportunity running test suites.
For example:
I have folder with tests which interested me, i need to run them in special ordering. But also in class i need to run methods in special ordering
it seems like on:
@pytest.mark.cross_acceptance
@pytest.mark.run(order=5)
class TestAcceptanceFifth:
@pytest.mark.run(order=1)
class TestWebPart(Web):
pass
@pytest.mark.run(order=2)
class TestIOSPart(IOS):
pass
this example runs first not fifth.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels