Commit 15ab2c7
committed
runner: don't treat
Instead of special casing in the debugging plugin, it seems more correct
to just not treat `unittest.SkipTest` as an interactive exception,
similarly to pytest's own `Skipped`. The `pytest_make_collect_report`
hook in runner.py already treats them the same. This fixes the issue
more generally.unittest.SkipTest as an interactive exception1 parent 3dc7d38 commit 15ab2c7
3 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
| 297 | + | |
301 | 298 | | |
302 | 299 | | |
303 | 300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
| |||
0 commit comments