mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 17:23:05 +02:00
- Refactor loops to use explicit next()/StopIteration for coverage - Add tests for _collect_analysis_lines with empty and full iterators - Add tests for _process_game_events_loop with multiple game events - Add tests for _run_event_loop with limited and unlimited iterations - Add test for process_analysis_output with error exit but no stderr - Add test for process_game_finish with invalid data type - All 85 tests pass with 100% line and branch coverage |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_engine.py | ||
| test_lichess_api.py | ||
| test_main.py | ||
| test_puzzles.py | ||
| test_utils.py | ||
| test_versioning.py | ||