testsAndMisc-archive/python_pkg
Krzysztof kuhy Rudnicki 3d89e3e1fd Add comprehensive tests for stockfish_analysis (100% coverage)
- Create test_analyze_chess_game.py with 90 tests covering all functions
- Add tests for PGN extraction, score conversion, move classification
- Add tests for engine configuration, memory detection, analysis
- Add pragma: no branch for unreachable code paths
- Update pyproject.toml with coverage exclusions
- All pre-commit hooks pass (ruff, mypy, pylint, bandit)
2025-12-02 22:58:06 +01:00
..
download_cats Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
extract_links Fix test discovery and coverage for python_pkg modules 2025-12-02 22:33:34 +01:00
keyboard_coop refactor(keyboard_coop): remove dead/unreachable code 2025-12-01 20:15:40 +01:00
lichess_bot Optimize tests and simplify coverage config 2025-12-02 22:12:50 +01:00
mock_server 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
stockfish_analysis Add comprehensive tests for stockfish_analysis (100% coverage) 2025-12-02 22:58:06 +01:00
tag_divider Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00