Releases: pytest-dev/pytest-order
Releases · pytest-dev/pytest-order
pytest-order 1.3.0
Allows to fail tests that cannot be ordered with the new option --error-on-failed-ordering
.
pytest-order 1.2.1
Bugfix release, see release notes.
pytest-order 1.2.0
Allows using custom markers for ordering.
Pytest-order 1.1.0
Adds support for executing tests more than once using order marks.
Pytest-order 1.0.1
Bugfix release.
Pytest-order 1.0.0
First Python 3-only release.
Pytest-order 0.11.0
Adds support for multiple relative markers for the same test.
The last release supporting Python 2.7.
Pytest-order 0.10.0
Adds support for class-level relative markers and directory level scope.
Pytest-order 0.9.5
Introduces hierarchical ordering option and fixes ordering of session-scoped dependency markers.
Pytest-order 0.9.4
Adds more content to source package, adds pytest 6.2 support.