diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-02 20:54:15 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-02 21:03:24 +0000 |
| commit | 5c10ca008413744b09136618eaa85275c997704c (patch) | |
| tree | af24387d8916bdec26315a31f67bd99c39544544 /grasp-audit/src/specs/grasp01/mod.rs | |
| parent | c07954f44f4c03cc17d4a83b144667cbcbb226cf (diff) | |
grasp-audit: show tests under GRASP-01 line
Diffstat (limited to 'grasp-audit/src/specs/grasp01/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/grasp01/mod.rs b/grasp-audit/src/specs/grasp01/mod.rs index e16a351..ba27fef 100644 --- a/grasp-audit/src/specs/grasp01/mod.rs +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -19,6 +19,7 @@ pub mod nip01_smoke; | |||
| 19 | pub mod nip11_document; | 19 | pub mod nip11_document; |
| 20 | pub mod push_authorization; | 20 | pub mod push_authorization; |
| 21 | pub mod repository_creation; | 21 | pub mod repository_creation; |
| 22 | pub mod spec_requirements; | ||
| 22 | 23 | ||
| 23 | pub use cors::CorsTests; | 24 | pub use cors::CorsTests; |
| 24 | pub use event_acceptance_policy::EventAcceptancePolicyTests; | 25 | pub use event_acceptance_policy::EventAcceptancePolicyTests; |
| @@ -27,3 +28,7 @@ pub use nip01_smoke::Nip01SmokeTests; | |||
| 27 | pub use nip11_document::Nip11DocumentTests; | 28 | pub use nip11_document::Nip11DocumentTests; |
| 28 | pub use push_authorization::PushAuthorizationTests; | 29 | pub use push_authorization::PushAuthorizationTests; |
| 29 | pub use repository_creation::RepositoryCreationTests; | 30 | pub use repository_creation::RepositoryCreationTests; |
| 31 | pub use spec_requirements::{ | ||
| 32 | get_requirement, get_requirements_for_section, get_sections, RequirementLevel, | ||
| 33 | SpecRequirement, GRASP_01_REQUIREMENTS, GRASP_COMMIT_ID, | ||
| 34 | }; | ||