mirror of
https://github.com/kuhyx/screen-locker.git
synced 2026-07-06 20:03:18 +02:00
- steam_backlog_enforcer: extract _hltb_search.py and _scanning_confidence.py;
split oversized test files into *_part2/3/4.py
- screen_locker: extract _early_bird.py and _window_setup.py from screen_lock.py;
fix patch targets in tests (screen_lock.* -> _window_setup.*)
- wake_alarm: use shutil.which('xset') to avoid S607; add TestDisplayHelpers tests
- linux_configuration/usage_report: split into _parsing.py and _types.py;
add bin/__init__.py (INP001); fix RUF002 (× -> x)
- pre-commit: add require_serial: true to pytest-coverage hook to prevent
file batching across 24 CPU cores (was causing 12 parallel partial-coverage runs)
|
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| _constants.py | ||
| _early_bird.py | ||
| _log_integrity.py | ||
| _phone_verification.py | ||
| _shutdown.py | ||
| _sick_dialog.py | ||
| _sick_tracker.py | ||
| _time_check.py | ||
| _ui_flows.py | ||
| _window_setup.py | ||
| adjust_shutdown_schedule.sh | ||
| early-bird-workout-check.timer | ||
| install_autostart.sh | ||
| install_systemd.sh | ||
| remove_autostart.sh | ||
| remove_systemd.sh | ||
| run.sh | ||
| screen_lock.py | ||
| workout-locker.service | ||