diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 01:44:58 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 01:44:58 +0000 |
| commit | f053827e0a157f348d9cf834f026a8de322abfe2 (patch) | |
| tree | 4dcde0f1e92dfe26fde131ef0f3f35e677e56b5b /grasp-audit/src/specs/mod.rs | |
| parent | 0c1d60a2ad69e79e83d36ed8a001743fde3d6666 (diff) | |
grasp-audit run all tests in audit mode
Diffstat (limited to 'grasp-audit/src/specs/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/mod.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs index a502866..1444c80 100644 --- a/grasp-audit/src/specs/mod.rs +++ b/grasp-audit/src/specs/mod.rs | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | //! Test specifications | 1 | //! Test specifications |
| 2 | //! | ||
| 3 | //! This module contains all GRASP specification test suites. | ||
| 2 | 4 | ||
| 3 | pub mod grasp01; | 5 | pub mod grasp01; |
| 4 | 6 | ||
| 5 | // Re-export all test structs from grasp01 module | 7 | // Re-export all test structs from grasp01 module |
| 6 | pub use grasp01::{EventAcceptancePolicyTests, Nip01SmokeTests, Nip11DocumentTests}; | 8 | pub use grasp01::{ |
| 9 | CorsTests, EventAcceptancePolicyTests, GitCloneTests, Nip01SmokeTests, Nip11DocumentTests, | ||
| 10 | PushAuthorizationTests, RepositoryCreationTests, | ||
| 11 | }; | ||