testsAndMisc/python_pkg/screen_locker/tests/__init__.py
Krzysztof kuhy Rudnicki 3f64e0f927 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

2 lines
38 B
Python

"""Tests for screen_locker module."""