Conversation
Codecov Report
@@ Coverage Diff @@
## master #616 +/- ##
=======================================
Coverage 78.32% 78.32%
=======================================
Files 5 5
Lines 798 798
Branches 232 232
=======================================
Hits 625 625
Misses 115 115
Partials 58 58
Continue to review full report at Codecov.
|
|
@pythops Do you want to make your own pull request / redo the branch ? (So you get full credit for this?) I can wait as long as you'd like! No hurry! |
|
@tony Just merge it :) |
|
@pythops Merged! Thank you for the contribution and the tests! I updated tests and switched it to use glob (since it's easier on package maintainers downstream, |
|
@tony glad to contribute :) |
Adds a regression test documenting the fix for TmuxObjectDoesNotExist being raised when a session is killed while the user is attached. The issue was caused by libtmux's Session.attach() calling refresh() after attach-session returned. This was fixed in libtmux by removing the semantically incorrect refresh() call. Test uses NamedTuple + parametrize + test_id pattern per project style. Related: libtmux 9a5147aa (introduced bug), tmuxp fdafdd2 (triggered it) Fix: libtmux PR #616
Adds a regression test documenting the fix for TmuxObjectDoesNotExist being raised when a session is killed while the user is attached. The issue was caused by libtmux's Session.attach() calling refresh() after attach-session returned. This was fixed in libtmux by removing the semantically incorrect refresh() call. Test uses NamedTuple + parametrize + test_id pattern per project style. Related: libtmux 9a5147aa (introduced bug), tmuxp fdafdd2 (triggered it) Fix: libtmux PR #616
Adds a regression test documenting the fix for TmuxObjectDoesNotExist being raised when a session is killed while the user is attached. The issue was caused by libtmux's Session.attach() calling refresh() after attach-session returned. This was fixed in libtmux by removing the semantically incorrect refresh() call. Test uses NamedTuple + parametrize + test_id pattern per project style. Related: libtmux 9a5147aa (introduced bug), tmuxp fdafdd2 (triggered it) Fix: libtmux PR #616
#599 rebased