Skip to content

refactor(storage): normalize runtime storage roots#473

Merged
Orinks merged 3 commits intodevfrom
refactor/runtime-storage-phase3
Mar 16, 2026
Merged

refactor(storage): normalize runtime storage roots#473
Orinks merged 3 commits intodevfrom
refactor/runtime-storage-phase3

Conversation

@Orinks
Copy link
Owner

@Orinks Orinks commented Mar 16, 2026

Summary

  • resolve a canonical runtime storage layout once at app startup
  • route config, runtime state, cache, NOAA prefs, and single-instance lock paths through that layout
  • add focused regression coverage for default, portable, and explicit --config-dir storage behavior

Testing

  • pytest tests/test_paths.py tests/test_single_instance.py tests/test_runtime_storage_integration.py tests/test_noaa_radio.py tests/test_noaa_radio_dialog.py tests/test_runtime_state_manager.py tests/test_alert_manager.py tests/test_notification_event_manager.py tests/test_split_notification_timers.py tests/test_settings_dialog_portable_copy.py tests/test_config_manager.py -q
  • ruff check src/accessiweather/paths.py src/accessiweather/app.py src/accessiweather/app_initialization.py src/accessiweather/config/config_manager.py src/accessiweather/single_instance.py src/accessiweather/noaa_radio/preferences.py src/accessiweather/ui/dialogs/noaa_radio_dialog.py tests/test_paths.py tests/test_single_instance.py tests/test_runtime_storage_integration.py tests/test_noaa_radio.py tests/test_noaa_radio_dialog.py

Closes #471

@Orinks Orinks merged commit d06181d into dev Mar 16, 2026
3 checks passed
@Orinks Orinks deleted the refactor/runtime-storage-phase3 branch March 16, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant