Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork949
Commitf72e282
committed
Mark test_diff_submodule xfail on Windows
Everything attempted in the test case method is actually workingand passes, but when the tearDown method calls shutil.rmtree, itfails with "Access is denied" and raises PermissionError. Thereason and exception are accordingly noted in the xfail decoration.While adding a pytest import to apply the pytest xfail mark, I alsoimproved grouping/sorting of other imports in the test_diff module.1 parentcd9d7a9 commitf72e282
1 file changed
+13
-17
lines changedLines changed: 13 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 10 |
| |
25 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
26 | 17 |
| |
27 | 18 |
| |
28 | 19 |
| |
| |||
318 | 309 |
| |
319 | 310 |
| |
320 | 311 |
| |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
321 | 317 |
| |
322 | 318 |
| |
323 | 319 |
| |
|
0 commit comments
Comments
(0)