1
- pytest-order [ ![ PyPI version] ( https://badge.fury.io/py/pytest-ordering2 .svg )] ( https://badge.fury.io/py/pytest-ordering2 )
1
+ pytest-order [ ![ PyPI version] ( https://badge.fury.io/py/pytest-order .svg )] ( https://badge.fury.io/py/pytest-order )
2
2
================
3
3
This is a fork of [ pytest-ordering] ( https://github.com/ftobia/pytest-ordering ) .
4
4
That project is not maintained anymore, and there are several helpful PRs
@@ -9,6 +9,9 @@ organization as outlined in
9
9
[ this issue] ( https://github.com/ftobia/pytest-ordering/issues/32 ) . When this
10
10
happens, this fork will be obsolete.
11
11
12
+ _ Note:_ `` pytest-order `` is not compatible to `` pytest-ordering `` due to the
13
+ changed marker name (`` order `` instead of `` run `` ).
14
+
12
15
13
16
pytest-order is a pytest plugin to run your tests in a specific order.
14
17
@@ -43,12 +46,15 @@ Yields this output:
43
46
$ py.test test_foo.py -vv
44
47
============================= test session starts ==============================
45
48
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2 -- env/bin/python
46
- plugins: ordering
49
+ plugins: order
47
50
collected 2 items
48
51
49
52
test_foo.py:7: test_bar PASSED
50
53
test_foo.py:3: test_foo PASSED
51
54
52
55
=========================== 2 passed in 0.01 seconds ===========================
53
56
54
- You can find more information in the [ documentation] ( https://mrbean-bremen.github.io/pytest-order/ ) .
57
+ More information can be found in the documentation:
58
+ - for the [ latest release] ( https://mrbean-bremen.github.io/pytest-order/stable/ )
59
+ - for the [ current master] ( https://mrbean-bremen.github.io/pytest-order/dev/ )
60
+
0 commit comments