mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:23:04 +02:00
- 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)
2 lines
38 B
Python
2 lines
38 B
Python
"""Tests for screen_locker module."""
|