Commit e8621b7
committed
test_server(fix[isolation]): add teardown to test_tmux_bin_custom_path
why: Every other test that manually constructs a Server uses try/finally
with is_alive()/kill() for cleanup. This test was missing that pattern.
what:
- Wrap test body in try/finally with is_alive()/kill() cleanup
- Add docstring note explaining why the server fixture is not used1 parent b58fc2b commit e8621b7
1 file changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
427 | 431 | | |
428 | 432 | | |
429 | 433 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
435 | 443 | | |
436 | 444 | | |
437 | 445 | | |
| |||
0 commit comments