1
1
# pytest-order Release Notes
2
2
3
+ ### Infrastructure
4
+ * add pre-commit hook for linters
5
+
3
6
## [ Version 1.1.0] ( https://pypi.org/project/pytest-order/1.1.0/ ) (2023-03-10)
4
7
Adds support for executing tests more than once using order marks.
5
8
@@ -29,24 +32,24 @@ First Python 3 only version.
29
32
30
33
### Breaking changes
31
34
- removed support for Python 2.7 and 3.5
32
- - removed official support for pytest < 5.0.0 (older versions may still
35
+ - removed official support for pytest < 5.0.0 (older versions may still
33
36
work, but they are not tested)
34
37
- changed notation of relative markers in other modules - instead of using
35
38
the dot notation, the standard pytest nodeid is used,
36
39
see [ #24 ] ( https://github.com/pytest-dev/pytest-order/issues/24 )
37
- - using parametrized test names that include the parameter is no longer
38
- supported, just use the name without the parameter instead
40
+ - using parametrized test names that include the parameter is no longer
41
+ supported, just use the name without the parameter instead
39
42
40
43
### New features
41
44
- added support for the `` pytest-dependency `` option `` automark_dependency ``
42
- - added support for relative ordering of parametrized tests using the test
45
+ - added support for relative ordering of parametrized tests using the test
43
46
name without the parameter value,
44
47
see [ #38 ] ( https://github.com/pytest-dev/pytest-order/issues/38 )
45
-
48
+
46
49
### Infrastructure
47
50
- re-added Python 3.10 to CI tests (for pytest >= 6.2.4)
48
51
- added type hints
49
-
52
+
50
53
## [ Version 0.11.0] ( https://pypi.org/project/pytest-order/0.11.0/ ) (2021-04-11)
51
54
Adds support for multiple relative markers for the same test.
52
55
@@ -63,7 +66,7 @@ Adds support for class-level relative markers and directory level scope.
63
66
- added support for class level relative markers,
64
67
see [ #7 ] ( https://github.com/pytest-dev/pytest-order/issues/7 )
65
68
- added option ` --order-scope-level ` which allows grouping tests on the
66
- same directory level,
69
+ same directory level,
67
70
see [ #8 ] ( https://github.com/pytest-dev/pytest-order/issues/8 )
68
71
69
72
### Fixes
@@ -76,26 +79,26 @@ Adds support for class-level relative markers and directory level scope.
76
79
77
80
## [ Version 0.9.5] ( https://pypi.org/project/pytest-order/0.9.5/ ) (2021-02-16)
78
81
Introduces hierarchical ordering option and fixes ordering of session-scoped
79
- dependency markers.
82
+ dependency markers.
80
83
81
84
### Changes
82
85
- tests with unresolved relative markers are now handled like tests
83
- without order markers instead of being enqueued after all other tests
86
+ without order markers instead of being enqueued after all other tests
84
87
85
88
### New features
86
89
- added ` group-order-scope ` option to allow hierarchical ordering on module
87
- and class scope,
90
+ and class scope,
88
91
see [ #6 ] ( https://github.com/pytest-dev/pytest-order/issues/6 )
89
-
92
+
90
93
### Fixes
91
- - the dependency marker scope is now considered for resolving marker names
94
+ - the dependency marker scope is now considered for resolving marker names
92
95
(module scope had been assumed before)
93
96
- dependency markers in session scope referenced by the nodeid are now
94
97
correctly sorted if using the ` order-dependencies ` option
95
-
98
+
96
99
97
100
## [ Version 0.9.4] ( https://pypi.org/project/pytest-order/0.9.4/ ) (2021-01-27)
98
- Patch release to make packaging easier.
101
+ Patch release to make packaging easier.
99
102
100
103
### Infrastructure
101
104
- use codecov instead of coveralls, that is failing
@@ -107,7 +110,7 @@ Patch release to make packaging easier.
107
110
Bugfix release.
108
111
109
112
### Fixes
110
- - fixed handling of more than one attribute in an order marker
113
+ - fixed handling of more than one attribute in an order marker
111
114
112
115
## [ Version 0.9.2] ( https://pypi.org/project/pytest-order/0.9.2/ ) (2020-11-13)
113
116
Friday the 13th release.
@@ -117,7 +120,7 @@ Friday the 13th release.
117
120
delimiter)
118
121
119
122
### Fixes
120
- - fixed handling of before/after markers in different classes and modules
123
+ - fixed handling of before/after markers in different classes and modules
121
124
- fixed handling of names in dependencies - did not match the actual
122
125
behavior of ` pytest-dependency `
123
126
@@ -126,7 +129,7 @@ This is a bugfix only release.
126
129
127
130
### Fixes
128
131
- fixed handling of relative markers in classes
129
- - fixed handling of dependencies (could have been added twice)
132
+ - fixed handling of dependencies (could have been added twice)
130
133
131
134
## [ Version 0.9.0] ( https://pypi.org/project/pytest-order/0.9.0/ ) (2020-11-08)
132
135
This is the last major version that will support Python 2 - Python 2 support
@@ -139,9 +142,9 @@ demand-driven.
139
142
140
143
### New features
141
144
- added configuration option for sparse sorting, e.g. the possibility to
142
- fill gaps between ordinals with unordered tests (see also
145
+ fill gaps between ordinals with unordered tests (see also
143
146
[ this issue] ( https://github.com/ftobia/pytest-ordering/issues/14 ) in
144
- ` pytest-ordering ` )
147
+ ` pytest-ordering ` )
145
148
- ignore ordering if it would break a dependency defined by the
146
149
` pytest-dependency ` plugin
147
150
- experimental: added configuration option for ordering all dependencies
@@ -150,11 +153,11 @@ demand-driven.
150
153
151
154
### Fixes
152
155
- correctly handle combined index and dependency attributes
153
-
156
+
154
157
### Infrastructure
155
158
- added list of open issues in ` pytest-ordering ` with respective state
156
- in ` pytest-order `
157
-
159
+ in ` pytest-order `
160
+
158
161
## [ Version 0.8.1] ( https://pypi.org/project/pytest-order/0.8.1/ ) (2020-11-02)
159
162
160
163
### New features
@@ -163,16 +166,16 @@ demand-driven.
163
166
164
167
## [ Version 0.8.0] ( https://pypi.org/project/pytest-order/0.8.0/ ) (2020-10-30)
165
168
This release is mostly related to the consolidation of infrastructure
166
- (documentation build and tests in CI build) and documentation.
169
+ (documentation build and tests in CI build) and documentation.
167
170
168
171
### Fixes
169
172
- fixed the handling of unknown marker attributes (test had been skipped)
170
173
171
174
### Infrastructure
172
- - added automatic documentation build on change
175
+ - added automatic documentation build on change
173
176
- added Python 3.9, pypy3 and pytest 6.0 and 6.1 to CI builds
174
177
- use GitHub Actions for CI builds to speed them up, added Windows CI builds
175
- - added regression test for `` pytest-xdist ``
178
+ - added regression test for `` pytest-xdist ``
176
179
(imported from [ PR #52 ] ( https://github.com/ftobia/pytest-ordering/pull/52 ) )
177
180
178
181
## [ Version 0.7.1] ( https://pypi.org/project/pytest-order/0.7.1/ ) (2020-10-24)
@@ -182,12 +185,12 @@ Update after renaming the repository and the package.
182
185
- renamed repository and package from `` pytest-ordering2 `` to `` pytest-order ``
183
186
- changed the used marker from `` run `` to `` order `` , removed all additional
184
187
markers (see [ #38 ] ( https://github.com/ftobia/pytest-ordering/issues/38 ) )
185
-
188
+
186
189
### Documentation
187
190
- use separate documentation pages for release and development versions
188
191
189
192
## Version 0.7.0 (2020-10-22)
190
- Imported version from [ pytest-ordering] ( https://github.com/ftobia/pytest-ordering ) ,
193
+ Imported version from [ pytest-ordering] ( https://github.com/ftobia/pytest-ordering ) ,
191
194
including some PRs (manually merged).
192
195
Note: this version has been removed from PyPi to avoid confusion with the
193
196
changed name in the next release.
0 commit comments