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)
This commit is contained in:
Krzysztof kuhy Rudnicki 2025-12-02 22:58:06 +01:00
parent 6776367e11
commit e4979afbf2

View File

@ -0,0 +1 @@
"""Tests for screen_locker module."""