mirror of
https://github.com/kuhyx/screen-locker.git
synced 2026-07-04 16:23:02 +02:00
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:
parent
6776367e11
commit
e4979afbf2
1
screen_locker/tests/__init__.py
Normal file
1
screen_locker/tests/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Tests for screen_locker module."""
|
||||
Loading…
Reference in New Issue
Block a user