testsAndMisc/python_pkg/wake_alarm
Krzysztof kuhy Rudnicki 0c1e395008 Split modules, fix tests, fix pre-commit batching
- 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)
2026-05-22 22:48:28 +02:00
..
tests Split modules, fix tests, fix pre-commit batching 2026-05-22 22:48:28 +02:00
__init__.py Add tests and fix pre-commit issues across all projects 2026-04-12 20:45:24 +02:00
_alarm.py Split modules, fix tests, fix pre-commit batching 2026-05-22 22:48:28 +02:00
_constants.py Add tests and fix pre-commit issues across all projects 2026-04-12 20:45:24 +02:00
_state.py Add tests and fix pre-commit issues across all projects 2026-04-12 20:45:24 +02:00
install.sh Split modules, fix tests, fix pre-commit batching 2026-05-22 22:48:28 +02:00
shutdown-wrapper.sh wake_alarm + midnight_shutdown: hibernate on alarm nights instead of poweroff 2026-05-22 16:01:04 +02:00
sleep-hook.sh wake_alarm + midnight_shutdown: hibernate on alarm nights instead of poweroff 2026-05-22 16:01:04 +02:00
wake_state.json wake_alarm + midnight_shutdown: hibernate on alarm nights instead of poweroff 2026-05-22 16:01:04 +02:00
wake-alarm.service Add tests and fix pre-commit issues across all projects 2026-04-12 20:45:24 +02:00