diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-05 20:13:22 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-05 20:25:38 +0000 |
| commit | 396da002fefeeb4549e11ff51abf824e91a6ed88 (patch) | |
| tree | d5a61d081d97b52a38f7ce8f4a28d8c200eeede3 /grasp-audit/src/specs/grasp01/mod.rs | |
| parent | b22cb23928ef799b0a5d362003d3084d2ab267b4 (diff) | |
restructure grasp01 audit tests and add event acceptance
Diffstat (limited to 'grasp-audit/src/specs/grasp01/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/mod.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/grasp01/mod.rs b/grasp-audit/src/specs/grasp01/mod.rs new file mode 100644 index 0000000..4f4583e --- /dev/null +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | //! GRASP-01 specification tests | ||
| 2 | |||
| 3 | pub mod event_acceptance_policy; | ||
| 4 | pub mod nip01_smoke; | ||
| 5 | pub mod nip11_document; | ||
| 6 | |||
| 7 | pub use event_acceptance_policy::EventAcceptancePolicyTests; | ||
| 8 | pub use nip01_smoke::Nip01SmokeTests; | ||
| 9 | pub use nip11_document::Nip11DocumentTests; \ No newline at end of file | ||