11_ pytest-order_ - a pytest plugin to order test execution
22========================================================
33
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 )
56
67` pytest-order ` is a pytest plugin that allows you to customize the order in which
78your tests are run. It uses the marker ` order ` that defines when a specific
@@ -19,12 +20,12 @@ Documentation
1920-------------
2021Apart from this overview, the following information is available:
2122- 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/ )
2324- 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 )
2627 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 )
2829 in the original project and their handling in ` pytest-order `
2930
3031Overview
@@ -94,7 +95,7 @@ This is a fork of [pytest-ordering](https://github.com/ftobia/pytest-ordering).
9495That project is not maintained anymore, and there are several helpful PRs
9596that are now integrated into ` pytest-order ` . The idea and most of the code
9697has 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 ) .
9899
99100Comparison with pytest_ordering
100101-------------------------------
@@ -107,5 +108,5 @@ rationale see also
107108Ordering relative to other tests and all of the configuration options are not
108109available in the released version of ` pytest-ordering ` .
109110However, 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 )
111112and pull requests already existing in ` pytest-ordering ` .
0 commit comments