Skip to content

Ordering of test suite #33

@iopoz

Description

@iopoz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions