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
Copy file name to clipboardExpand all lines: AGENTS.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ Use git worktrees to work on multiple cards in parallel without branch conflicts
38
38
- Add tests for remaining uncovered edge cases
39
39
- Add tests for complex error handling paths
40
40
- Add tests for platform-specific code paths
41
-
-**Known Issue**: Test suite crashes with coverage enabled due to parallel worker threads not being properly stopped (see `test_parallel_workers.py`). Run coverage tests excluding parallel tests: `uv run pytest --cov=cdisplayagain --cov-report=term-missing -k "not parallel"`
42
41
43
42
## Performance Guidelines
44
43
- Image resizing (LANCZOS resampling) is the primary bottleneck (~65% of CPU time)
- Coverage threshold configured in `pyproject.toml`
52
-
53
-
**Known Issues:**
54
-
- Test suite crashes with full coverage run due to parallel worker threads in `test_parallel_workers.py` and `test_benchmark_parallel.py` not being properly stopped. These tests create infinite-loop threads that survive test teardown and cause coverage collection to crash. Fix requires adding proper thread cleanup to `ImageWorker`.
55
-
56
48
### Future Features & Parity Items
57
49
- The info screen can be dismissed by double-click or any key press (✅ implemented).
58
50
- You can drag the page around with the mouse (panning).
0 commit comments