File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# pytest-order Release Notes
22
3- ## Unreleased
3+ ## [ Version 0.7.1] ( https://pypi.org/project/pytest-order/0.7.1/ )
4+ Update after renaming the repository and the package.
45
56### Changes
7+ - renamed repository and package from `` pytest-orderin2 `` to `` pytest-order ``
68- changed the used marker from `` run `` to `` order `` , removed all additional
79 markers (see [ #38 ] ( https://github.com/ftobia/pytest-ordering/issues/38 ) )
8- - renamed repository and package from `` pytest-orderin2 `` to `` pytest-order ``
910
1011## [ Version 0.7.0] ( https://pypi.org/project/pytest-ordering2/0.7.0/ )
1112Imported version from [ pytest-ordering] ( https://github.com/ftobia/pytest-ordering ) ,
Original file line number Diff line number Diff line change 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 )
22================
33This is a fork of [ pytest-ordering] ( https://github.com/ftobia/pytest-ordering ) .
44That project is not maintained anymore, and there are several helpful PRs
@@ -43,12 +43,15 @@ Yields this output:
4343 $ py.test test_foo.py -vv
4444 ============================= test session starts ==============================
4545 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2 -- env/bin/python
46- plugins: ordering
46+ plugins: order
4747 collected 2 items
4848
4949 test_foo.py:7: test_bar PASSED
5050 test_foo.py:3: test_foo PASSED
5151
5252 =========================== 2 passed in 0.01 seconds ===========================
5353
54- You can find more information in the [ documentation] ( https://mrbean-bremen.github.io/pytest-order/ ) .
54+ More information can be found in the documentation:
55+ - for the [ latest release] ( https://mrbean-bremen.github.io/pytest-order/stable/ )
56+ - for the [ current master] ( https://mrbean-bremen.github.io/pytest-order/dev/ )
57+
Original file line number Diff line number Diff line change 1- __version__ = '0.8.0 '
1+ __version__ = '0.7.1 '
You can’t perform that action at this time.
0 commit comments