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/mrbean-bremen /pytest-order/workflows/Testsuite/badge.svg )] ( https://github.com/mrbean-bremen /pytest-order/actions?query=workflow%3ATestsuite ) [ ![ DocBuild] ( https://github.com/mrbean-bremen /pytest-order/workflows/DocBuild/badge.svg )] ( https://github.com/mrbean-bremen /pytest-order/actions?query=workflow%3ADocBuild ) [ ![ codecov] ( https://codecov.io/gh/mrbean-bremen /pytest-order/branch/master/graph/badge.svg?token=M9PHWZSHUU )] ( https://codecov.io/gh/mrbean-bremen /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.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 )
5
5
6
6
` pytest-order ` is a pytest plugin that allows you to customize the order in which
7
7
your tests are run. It uses the marker ` order ` that defines when a specific
@@ -18,13 +18,13 @@ versions >= 3.7.0, and runs on Linux, MacOs and Windows.
18
18
Documentation
19
19
-------------
20
20
Apart from this overview, the following information is available:
21
- - usage documentation for the [ latest release] ( https://mrbean-bremen .github.io/pytest-order/stable/ )
22
- - usage documentation for the [ current master] ( https://mrbean-bremen .github.io/pytest-order/dev/ )
21
+ - 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
23
- all examples shown in the documentation can also be found in the
24
- [ repository] ( https://github.com/mrbean-bremen /pytest-order/tree/master/example )
25
- - the [ Release Notes] ( https://github.com/mrbean-bremen /pytest-order/blob/master/CHANGELOG.md )
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 )
26
26
with a list of changes in the latest versions
27
- - a [ list of open issues] ( https://github.com/mrbean-bremen /pytest-order/blob/master/old_issues.md )
27
+ - a [ list of open issues] ( https://github.com/pytest-dev /pytest-order/blob/master/old_issues.md )
28
28
in the original project and their handling in ` pytest-order `
29
29
30
30
Overview
@@ -86,15 +86,15 @@ Features
86
86
`` indulgent-ordering `` option is used
87
87
88
88
A usage guide for each feature can be
89
- found in the [ documentation] ( https://mrbean-bremen .github.io/pytest-order/dev/ ) .
89
+ found in the [ documentation] ( https://pytest-dev .github.io/pytest-order/dev/ ) .
90
90
91
91
History
92
92
-------
93
93
This is a fork of [ pytest-ordering] ( https://github.com/ftobia/pytest-ordering ) .
94
94
That project is not maintained anymore, and there are several helpful PRs
95
95
that are now integrated into ` pytest-order ` . The idea and most of the code
96
96
has been created by Frank Tobia, the author of that plugin, and
97
- [ contributors] ( https://github.com/mrbean-bremen /pytest-order/blob/master/AUTHORS ) .
97
+ [ contributors] ( https://github.com/pytest-dev /pytest-order/blob/master/AUTHORS ) .
98
98
99
99
Comparison with pytest_ordering
100
100
-------------------------------
@@ -107,5 +107,5 @@ rationale see also
107
107
Ordering relative to other tests and all of the configuration options are not
108
108
available in the released version of ` pytest-ordering ` .
109
109
However, most of these features are derived from
110
- [ issues] ( https://github.com/mrbean-bremen /pytest-order/blob/master/old_issues.md )
110
+ [ issues] ( https://github.com/pytest-dev /pytest-order/blob/master/old_issues.md )
111
111
and pull requests already existing in ` pytest-ordering ` .
0 commit comments