Add main entry point + systemd services + integration tests
New files:
main.py - PedalApp: boots all subsystems in order,
wires MIDI/footswitch callbacks, graceful
teardown reverses boot order
src/system/config.py - YAML config loader with deep-merge
(separated to avoid hardware deps)
src/system/services.py - systemd unit generator for pedal.service
+ multi-fx-pedal.target
scripts/install_service.sh - copies project, creates venv, installs
+ enables service units
tests/test_integration.py - 41 tests: boot, routing, display sync,
teardown, systemd content, CLI, edge cases
Modified:
tests/conftest.py - add project root to sys.path
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
5150_EVH
|
||||
Diezel_VH4
|
||||
Engl_Powerball
|
||||
Fender_Bassman_59
|
||||
Fender_Twin_Clean
|
||||
Marshall_JCM800
|
||||
Mesa_Boogie_MarkV
|
||||
Orange_AD30
|
||||
Roland_Jazz_Chorus
|
||||
Vox_AC15_TopBoost
|
||||
Reference in New Issue
Block a user