mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 14:23:04 +02:00
Fix test discovery and coverage for python_pkg modules
- Update pytest testpaths: PYTHON -> python_pkg (PYTHON was empty) - Add missing __init__.py to: stockfish_analysis, screen_locker, extract_links - Now coverage correctly reports 0% for untested modules: - screen_locker/screen_lock.py (279 stmts, 0% coverage) - stockfish_analysis/analyze_chess_game.py (327 stmts, 0% coverage)
This commit is contained in:
parent
0af823b962
commit
38774869be
1
python_pkg/extract_links/__init__.py
Normal file
1
python_pkg/extract_links/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Extract links module."""
|
||||
1
python_pkg/stockfish_analysis/__init__.py
Normal file
1
python_pkg/stockfish_analysis/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Stockfish analysis module."""
|
||||
Loading…
Reference in New Issue
Block a user