Skip to content

Add an example test suite that uses pytest-ordering #865

@mdmintz

Description

@mdmintz

Add an example test suite that uses pytest-ordering.

pytest-ordering lets you decide what order to run your tests in. By default, if no ordering is specified, the tests will run in alphabetical order.

Usage: @pytest.mark.run(order=1) as a decorator to a test method.

Metadata

Metadata

Assignees

Labels

testsThis involves test updates or new tests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions