upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/specs/grasp01/mod.rs
blob: 0d0bd9ce77221fab468291d0eefa8a97fe9ec11c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! GRASP-01 specification tests

pub mod cors;
pub mod event_acceptance_policy;
pub mod git_clone;
pub mod nip01_smoke;
pub mod nip11_document;
pub mod push_authorization;
pub mod repository_creation;

pub use cors::CorsTests;
pub use event_acceptance_policy::EventAcceptancePolicyTests;
pub use git_clone::GitCloneTests;
pub use nip01_smoke::Nip01SmokeTests;
pub use nip11_document::Nip11DocumentTests;
pub use push_authorization::PushAuthorizationTests;
pub use repository_creation::RepositoryCreationTests;