1 2 3 4 5 6 7
//! Integration tests for guardy //! //! These tests are separated from the main source to keep module files smaller //! and easier for AI coding agents to work with. mod scan; mod hooks;