Add test suite — 13 integration tests covering guard, config, ops, gvas

This commit is contained in:
2026-06-01 19:28:27 +02:00
parent c1ab853847
commit c5ce853f90
5 changed files with 325 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
// NotAlterra library — re-exports for integration tests and examples.
pub mod config;
pub mod discovery;
pub mod guard;
pub mod gvas;
pub mod ops;
pub mod tui;