Commit e09ef20
committed
refactor(tests): remove dead code and unused xfail
why: Clean up test code by removing unused/impossible code paths.
what:
- Remove unused xfail_reason from pane_title_changed (test uses
pytest.skip() before xfail can trigger)
- Remove dead assertion block in test_options.py that contradicted
the preceding assert (lines 445-456)1 parent ece21fb commit e09ef20
2 files changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
419 | 418 | | |
420 | 419 | | |
421 | 420 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | 445 | | |
459 | 446 | | |
460 | 447 | | |
| |||
0 commit comments