diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 14:27:01 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 14:27:01 +0000 |
| commit | 97e21b62eab89bab1456db7df27df8f1c85399f0 (patch) | |
| tree | d1315263d92a08ebe995823dab7794992c7522a5 /grasp-audit/src/specs/grasp01/mod.rs | |
| parent | 7d4bbb3f4954be163c28a42736852bb26e7abc4b (diff) | |
add http clone tests
Diffstat (limited to 'grasp-audit/src/specs/grasp01/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/grasp01/mod.rs b/grasp-audit/src/specs/grasp01/mod.rs index fd6d9b3..495672a 100644 --- a/grasp-audit/src/specs/grasp01/mod.rs +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | //! GRASP-01 specification tests | 1 | //! GRASP-01 specification tests |
| 2 | 2 | ||
| 3 | pub mod event_acceptance_policy; | 3 | pub mod event_acceptance_policy; |
| 4 | pub mod git_clone; | ||
| 4 | pub mod nip01_smoke; | 5 | pub mod nip01_smoke; |
| 5 | pub mod nip11_document; | 6 | pub mod nip11_document; |
| 6 | pub mod repository_creation; | 7 | pub mod repository_creation; |
| 7 | 8 | ||
| 8 | pub use event_acceptance_policy::EventAcceptancePolicyTests; | 9 | pub use event_acceptance_policy::EventAcceptancePolicyTests; |
| 10 | pub use git_clone::GitCloneTests; | ||
| 9 | pub use nip01_smoke::Nip01SmokeTests; | 11 | pub use nip01_smoke::Nip01SmokeTests; |
| 10 | pub use nip11_document::Nip11DocumentTests; | 12 | pub use nip11_document::Nip11DocumentTests; |
| 11 | pub use repository_creation::RepositoryCreationTests; | 13 | pub use repository_creation::RepositoryCreationTests; |