Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commit2fb8c64
committed
Move permission_error_tmpdir skips to test cases
This moves test skipping logic from the permission_error_tmpdirfixture to the two TestRmtree test case methods that use it.This produces some duplication, which is undesirable, but it makesit so that which tests are skipped under what conditions isimmediately clear, easy to identify as skipping logic (which isusually achieved by decoration), and clear in its relationshipto the skipping logic associated with other TestRmtree test cases.1 parentaa1799f commit2fb8c64
1 file changed
+16
-5
lines changedLines changed: 16 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 | 49 |
| |
55 | 50 |
| |
56 | 51 |
| |
| |||
107 | 102 |
| |
108 | 103 |
| |
109 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 |
| |
111 | 114 |
| |
112 | 115 |
| |
| |||
122 | 125 |
| |
123 | 126 |
| |
124 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
125 | 136 |
| |
126 | 137 |
| |
127 | 138 |
| |
|
0 commit comments
Comments
(0)