1 Commits

Author SHA1 Message Date
b9b9986833 Add comprehensive live integration test suite in live_test.rs.
- Ported functionality from `live_test.sh` to Rust, enabling end-to-end testing of `vmic` against a real PipeWire session.
- Tests validate all major commands (`create`, `edit`, `route`, `list`, `delete`, `wipe`), topology transitions, and stream migrations.
- Implemented robust cleanup mechanisms and guarded destructive operations to ensure safety.
- Designed as an opt-in test, excluded from default `cargo test` runs.
2026-08-11 15:51:26 +02:00