diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-05 08:31:24 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-05 08:31:24 +0000 |
| commit | c2183f156a767c1443c7ae62954fe8192e349ceb (patch) | |
| tree | cbbcbd41113a1d96898106b43ea11c9bf65399ca /grasp-audit/src/specs/mod.rs | |
| parent | 64e607dd67f3777aa596596d74ee16e1bf9f4f27 (diff) | |
feat(grasp-audit): implement test_accept_valid_repo_announcement
- Fix Tags iteration error (use .iter() method)
- Test validates GRASP-01 requirement: accept repo announcements listing service
- Verifies clone and relays tags contain service URL
- Tested against ngit-relay on port 18081
- Test passes successfully
Diffstat (limited to 'grasp-audit/src/specs/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs index 451ea1f..834bf9e 100644 --- a/grasp-audit/src/specs/mod.rs +++ b/grasp-audit/src/specs/mod.rs | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | //! Test specifications | 1 | //! Test specifications |
| 2 | 2 | ||
| 3 | pub mod grasp01_nostr_relay; | ||
| 3 | pub mod nip01_smoke; | 4 | pub mod nip01_smoke; |
| 4 | 5 | ||
| 6 | pub use grasp01_nostr_relay::Grasp01NostrRelayTests; | ||
| 5 | pub use nip01_smoke::Nip01SmokeTests; | 7 | pub use nip01_smoke::Nip01SmokeTests; |