Skip to content

fix(tests): add delay after send_keys in waiter test

42add28
Select commit
Loading
Failed to load commit list.
Open

Improved option management, add hook management #516

fix(tests): add delay after send_keys in waiter test
42add28
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2025 in 1s

48.97% (+2.73%) compared to 0866211

View this Pull Request on Codecov

48.97% (+2.73%) compared to 0866211

Details

Codecov Report

❌ Patch coverage is 54.65587% with 560 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.97%. Comparing base (0866211) to head (42add28).

Files with missing lines Patch % Lines
src/libtmux/_internal/constants.py 5.90% 237 Missing and 2 partials ⚠️
src/libtmux/options.py 58.54% 90 Missing and 24 partials ⚠️
src/libtmux/hooks.py 27.53% 80 Missing and 20 partials ⚠️
src/libtmux/_internal/waiter.py 85.75% 23 Missing and 23 partials ⚠️
src/libtmux/_internal/sparse_array.py 26.66% 11 Missing ⚠️
...examples/_internal/waiter/test_wait_until_ready.py 42.10% 11 Missing ⚠️
src/libtmux/window.py 40.00% 9 Missing ⚠️
src/libtmux/server.py 0.00% 8 Missing ⚠️
src/libtmux/session.py 0.00% 7 Missing ⚠️
tests/examples/_internal/waiter/helpers.py 36.36% 7 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #516      +/-   ##
==========================================
+ Coverage   46.24%   48.97%   +2.73%     
==========================================
  Files          19       38      +19     
  Lines        1875     3010    +1135     
  Branches      294      462     +168     
==========================================
+ Hits          867     1474     +607     
- Misses        893     1363     +470     
- Partials      115      173      +58     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.