1 2 3 4 5 6 7 8 9 10
// Integration tests are currently disabled while we focus on unit tests /* pub mod lifecycle_tests; pub mod messaging_tests; */ // Permission enforcement tests are enabled pub mod permission_tests; // Empty integration module for now