Skip to content

retry_until forwards args, so a wait in a loop needs no closure - #729

Open
tony wants to merge 1 commit into
masterfrom
fix/726-retry-until-args
Open

retry_until forwards args, so a wait in a loop needs no closure#729
tony wants to merge 1 commit into
masterfrom
fix/726-retry-until-args

retry_until(feat): Forward args to the predicate

e3e88a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2026 in 1s

52.31% (-0.14%) compared to be7c8c1

View this Pull Request on Codecov

52.31% (-0.14%) compared to be7c8c1

Details

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.31%. Comparing base (be7c8c1) to head (e3e88a1).

Files with missing lines Patch % Lines
src/libtmux/test/retry.py 20.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #729      +/-   ##
==========================================
- Coverage   52.45%   52.31%   -0.14%     
==========================================
  Files          26       26              
  Lines        3729     3733       +4     
  Branches      747      749       +2     
==========================================
- Hits         1956     1953       -3     
- Misses       1469     1476       +7     
  Partials      304      304              

☔ View full report in Codecov by Harness.
📢 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.