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 1
1
# pytest-order Release Notes
2
2
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.
4
5
5
6
### Changes
7
+ - renamed repository and package from `` pytest-orderin2 `` to `` pytest-order ``
6
8
- changed the used marker from `` run `` to `` order `` , removed all additional
7
9
markers (see [ #38 ] ( https://github.com/ftobia/pytest-ordering/issues/38 ) )
8
- - renamed repository and package from `` pytest-orderin2 `` to `` pytest-order ``
9
10
10
11
## [ Version 0.7.0] ( https://pypi.org/project/pytest-ordering2/0.7.0/ )
11
12
Imported 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 )
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
@@ -43,12 +43,15 @@ Yields this output:
43
43
$ py.test test_foo.py -vv
44
44
============================= test session starts ==============================
45
45
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2 -- env/bin/python
46
- plugins: ordering
46
+ plugins: order
47
47
collected 2 items
48
48
49
49
test_foo.py:7: test_bar PASSED
50
50
test_foo.py:3: test_foo PASSED
51
51
52
52
=========================== 2 passed in 0.01 seconds ===========================
53
53
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