1
1
_ pytest-order_ - a pytest plugin to order test execution
2
2
========================================================
3
3
4
- [ ![ PyPI version] ( https://badge.fury.io/py/pytest-order.svg )] ( https://pypi.org/project/pytest-order ) [ ![ Testsuite] ( https://github.com/pytest-dev/pytest-order/workflows/Testsuite/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ATestsuite ) [ ![ DocBuild] ( https://github.com/pytest-dev/pytest-order/workflows/DocBuild/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ADocBuild ) [ ![ codecov] ( https://codecov.io/gh/pytest-dev/pytest-order/branch/master/graph/badge.svg?token=M9PHWZSHUU )] ( https://codecov.io/gh/pytest-dev/pytest-order ) [ ![ Python version] ( https://img.shields.io/pypi/pyversions/pytest-order.svg )] ( https://pypi.org/project/pytest-order )
4
+ [ ![ PyPI version] ( https://badge.fury.io/py/pytest-order.svg )] (https://pypi
5
+ .org/project/pytest-order) [ ![ Testsuite] ( https://github.com/pytest-dev/pytest-order/workflows/Testsuite/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ATestsuite ) [ ![ DocBuild] ( https://github.com/pytest-dev/pytest-order/workflows/DocBuild/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ADocBuild ) [ ![ codecov] ( https://codecov.io/gh/pytest-dev/pytest-order/branch/main/graph/badge.svg?token=M9PHWZSHUU )] ( https://codecov.io/gh/pytest-dev/pytest-order ) [ ![ Python version] ( https://img.shields.io/pypi/pyversions/pytest-order.svg )] ( https://pypi.org/project/pytest-order )
5
6
6
7
` pytest-order ` is a pytest plugin that allows you to customize the order in which
7
8
your tests are run. It uses the marker ` order ` that defines when a specific
@@ -19,12 +20,12 @@ Documentation
19
20
-------------
20
21
Apart from this overview, the following information is available:
21
22
- usage documentation for the [ latest release] ( https://pytest-dev.github.io/pytest-order/stable/ )
22
- - usage documentation for the [ current master ] ( https://pytest-dev.github.io/pytest-order/dev/ )
23
+ - usage documentation for the [ current main branch ] ( https://pytest-dev.github.io/pytest-order/dev/ )
23
24
- all examples shown in the documentation can also be found in the
24
- [ repository] ( https://github.com/pytest-dev/pytest-order/tree/master /example )
25
- - the [ Release Notes] ( https://github.com/pytest-dev/pytest-order/blob/master /CHANGELOG.md )
25
+ [ repository] ( https://github.com/pytest-dev/pytest-order/tree/main /example )
26
+ - the [ Release Notes] ( https://github.com/pytest-dev/pytest-order/blob/main /CHANGELOG.md )
26
27
with a list of changes in the latest versions
27
- - a [ list of open issues] ( https://github.com/pytest-dev/pytest-order/blob/master /old_issues.md )
28
+ - a [ list of open issues] ( https://github.com/pytest-dev/pytest-order/blob/main /old_issues.md )
28
29
in the original project and their handling in ` pytest-order `
29
30
30
31
Overview
@@ -94,7 +95,7 @@ This is a fork of [pytest-ordering](https://github.com/ftobia/pytest-ordering).
94
95
That project is not maintained anymore, and there are several helpful PRs
95
96
that are now integrated into ` pytest-order ` . The idea and most of the code
96
97
has been created by Frank Tobia, the author of that plugin, and
97
- [ contributors] ( https://github.com/pytest-dev/pytest-order/blob/master /AUTHORS ) .
98
+ [ contributors] ( https://github.com/pytest-dev/pytest-order/blob/main /AUTHORS ) .
98
99
99
100
Comparison with pytest_ordering
100
101
-------------------------------
@@ -107,5 +108,5 @@ rationale see also
107
108
Ordering relative to other tests and all of the configuration options are not
108
109
available in the released version of ` pytest-ordering ` .
109
110
However, most of these features are derived from
110
- [ issues] ( https://github.com/pytest-dev/pytest-order/blob/master /old_issues.md )
111
+ [ issues] ( https://github.com/pytest-dev/pytest-order/blob/main /old_issues.md )
111
112
and pull requests already existing in ` pytest-ordering ` .
0 commit comments