testsAndMisc/python_pkg
Krzysztof kuhy Rudnicki 94fef50913 Achieve 100% test coverage for lichess_bot/main.py
- 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
2025-12-02 22:03:16 +01:00
..
download_cats Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
extract_links Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
keyboard_coop refactor(keyboard_coop): remove dead/unreachable code 2025-12-01 20:15:40 +01:00
lichess_bot Achieve 100% test coverage for lichess_bot/main.py 2025-12-02 22:03:16 +01:00
mock_server Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
pdfCentered refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
random_jpg Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
randomize_numbers refactor(randomize_numbers): use list comprehension to achieve 100% coverage 2025-12-01 20:19:02 +01:00
scrape_website Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
screen_locker Add comprehensive tests for lichess_bot main.py and lichess_api.py 2025-12-02 21:53:15 +01:00
split Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
stockfish_analysis fix(lint): fix G004 and PTH123 violations across codebase 2025-11-30 23:57:49 +01:00
tag_divider Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
__init__.py refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
.gitignore refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00