You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(common): Add integration test for deprecation via get_version()
why: Existing tests call _check_deprecated_version() directly, missing
integration issues in the full call chain.
what:
- Add test_version_deprecation_via_get_version() that monkeypatches
tmux_cmd and calls get_version() to verify warning plumbing
- Tests the complete flow: tmux_cmd → version parsing → deprecation check
0 commit comments