Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commitc4da058
committed
Pull HIDE_WINDOWS_*_ERRORS tests out of TestUtils
And make them pure pytest tests. This creates the TestEnvParsingclass, which does not inherit from TestCase.Because unlike @ddt.data (and @ddt.idata) @pytest.mark.parametrizecan be nested (applied multiple times, creating tests for allcombinations), that is used for the HIDE_WINDOWS_*_ERRORS testsinstead of subtests. Because there were not any other uses ofsubtests in the test suite, the pytest-subtest plugin isaccordingly removed from test-requirements. It may be put backanytime in the future.1 parente2fa5e2 commitc4da058
2 files changed
+48
-35
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
|
Lines changed: 48 additions & 34 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
169 | 174 |
| |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
190 | 178 |
| |
191 | 179 |
| |
192 | 180 |
| |
| |||
202 | 190 |
| |
203 | 191 |
| |
204 | 192 |
| |
205 |
| - | |
206 |
| - | |
207 |
| - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
208 | 222 |
| |
209 | 223 |
| |
210 | 224 |
| |
|
0 commit comments
Comments
(0)