Skip to content

TextFrame: Terminal UI testing primitive with pytest/syrupy integration#613

Open
tony wants to merge 35 commits into
masterfrom
snapshots-2
Open

TextFrame: Terminal UI testing primitive with pytest/syrupy integration#613
tony wants to merge 35 commits into
masterfrom
snapshots-2

tests(textframe): Replace patch() with monkeypatch.setattr()

9af6d3c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 18, 2026 in 0s

52.45% (+0.00%) compared to d8b7127

View this Pull Request on Codecov

52.45% (+0.00%) compared to d8b7127

Details

Codecov Report

❌ Patch coverage is 54.72973% with 67 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.45%. Comparing base (d8b7127) to head (9af6d3c).

Files with missing lines Patch % Lines
src/libtmux/textframe/core.py 59.81% 37 Missing and 6 partials ⚠️
src/libtmux/textframe/plugin.py 20.68% 22 Missing and 1 partial ⚠️
src/libtmux/pane.py 88.88% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master     #613    +/-   ##
========================================
  Coverage   52.44%   52.45%            
========================================
  Files          26       29     +3     
  Lines        3726     3874   +148     
  Branches      747      774    +27     
========================================
+ Hits         1954     2032    +78     
- Misses       1468     1531    +63     
- Partials      304      311     +7     

☔ 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.