testsAndMisc/python_pkg
Krzysztof kuhy Rudnicki a560341a03 Optimize tests and simplify coverage config
- 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)
2025-12-02 22:12:50 +01:00
..
download_cats Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
extract_links Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
keyboard_coop refactor(keyboard_coop): remove dead/unreachable code 2025-12-01 20:15:40 +01:00
lichess_bot Optimize tests and simplify coverage config 2025-12-02 22:12:50 +01:00
mock_server Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
pdfCentered refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
random_jpg Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
randomize_numbers refactor(randomize_numbers): use list comprehension to achieve 100% coverage 2025-12-01 20:19:02 +01:00
scrape_website Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
screen_locker Add comprehensive tests for lichess_bot main.py and lichess_api.py 2025-12-02 21:53:15 +01:00
split Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
stockfish_analysis fix(lint): fix G004 and PTH123 violations across codebase 2025-11-30 23:57:49 +01:00
tag_divider Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
__init__.py refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
.gitignore refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00