Skip to content

Releases: pytest-dev/pytest-order

pytest-order 1.5.0

13 Jun 05:39
725547f

Choose a tag to compare

Adds option --fail-all-on-failed-ordering to abort tests after a failed ordering (see Release Notes).

pytest-order 1.4.0

26 Apr 12:37
43375ca

Choose a tag to compare

Allows the plugin to run after --failed-first and similar options.
Check the release notes for all changes.

pytest-order 1.3.0

22 Aug 12:29
ef13ed9

Choose a tag to compare

Allows to fail tests that cannot be ordered with the new option --error-on-failed-ordering.

pytest-order 1.2.1

02 Apr 19:08
c2add3b

Choose a tag to compare

Bugfix release, see release notes.

pytest-order 1.2.0

18 Nov 12:22
edc0aaa

Choose a tag to compare

Allows using custom markers for ordering.

Pytest-order 1.1.0

10 Mar 20:21
8853969

Choose a tag to compare

Adds support for executing tests more than once using order marks.

Pytest-order 1.0.1

09 Jan 18:30
50dc4e1

Choose a tag to compare

Bugfix release.

Pytest-order 1.0.0

30 May 19:35
9af6762

Choose a tag to compare

First Python 3-only release.

Pytest-order 0.11.0

11 Apr 11:21
d3cf3d2

Choose a tag to compare

Adds support for multiple relative markers for the same test.
The last release supporting Python 2.7.

Pytest-order 0.10.0

18 Mar 18:40
57bc190

Choose a tag to compare

Adds support for class-level relative markers and directory level scope.