mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 18:43:11 +02:00
- Optimize slow tests (3.5s -> 0.4s): - Mock threading.Thread instead of spawning real threads - Use PropertyMock instead of generator-based exception - Simplify coverage config: - Set source to '.' to check all Python files - Remove exclude_lines (no special exclusions needed) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_engine.py | ||
| test_lichess_api.py | ||
| test_main.py | ||
| test_puzzles.py | ||
| test_utils.py | ||
| test_versioning.py | ||