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://badge.fury.io/py /pytest-order ) [ ![ Build Status ] ( https://travis-ci.org /mrbean-bremen/pytest-order.svg?branch=master ) ]( https://travis-ci.org /mrbean-bremen/pytest-order ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/github/mrbean-bremen/pytest-order )] ( https://coveralls.io/github/mrbean-bremen/pytest-order ) [ ![ Python version] ( https://img.shields.io/pypi/pyversions/pytest-order.svg )] ( https://img.shields.io/pypi/pyversions/ pytest-order.svg )
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 ) ![ DocBuild ] ( https://github.com /mrbean-bremen/pytest-order/workflows/DocBuild/badge.svg ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/github/mrbean-bremen/pytest-order )] ( https://coveralls.io/github/mrbean-bremen/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
@@ -20,14 +20,16 @@ History
20
20
This is a fork of [ pytest-ordering] ( https://github.com/ftobia/pytest-ordering ) .
21
21
That project is not maintained anymore, and there are several helpful PRs
22
22
that are now integrated into ` pytest-order ` . The idea and most of the code
23
- has been created by Frank Tobia, the author of that plugin, and contributors.
23
+ has been created by Frank Tobia, the author of that plugin, and
24
+ [ contributors] ( https://github.com/mrbean-bremen/pytest-order/blob/master/AUTHORS ) .
24
25
25
- Compatibility to ` pytest_ordering `
26
+ Compatibility to pytest_ordering
26
27
---------------------------------
27
28
` pytest-order ` is ** not** compatible with ` pytest-ordering ` due to the
28
29
changed marker name (` order ` instead of ` run ` ). Only the ` order `
29
30
marker is supported, support for all additional markers has been removed for
30
- consistence (see [ this issue] ( https://github.com/ftobia/pytest-ordering/issues/38 ) ).
31
+ consistence (as has been discussed in
32
+ [ this issue] ( https://github.com/ftobia/pytest-ordering/issues/38 ) ).
31
33
32
34
Overview
33
35
--------
0 commit comments