upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/common/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-07 20:41:01 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-07 20:41:01 +0000
commit7467aa9ace94b4e132eedd03c9daddb2d59813c4 (patch)
tree32c4571a7376138eb429017a48dbde7ad8b15be6 /tests/common/mod.rs
parente7c18cf2a96b1f45e5f21a83ee1fe2e18a6dc7e2 (diff)
test: added purgatory git data sync intergration tests agregating from mulitple git servers
Diffstat (limited to 'tests/common/mod.rs')
-rw-r--r--tests/common/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs
index e70bd71..32ce1b7 100644
--- a/tests/common/mod.rs
+++ b/tests/common/mod.rs
@@ -3,11 +3,13 @@
3#![allow(unused_imports)] // Re-exports may not be used in all test configurations 3#![allow(unused_imports)] // Re-exports may not be used in all test configurations
4 4
5pub mod git_server; 5pub mod git_server;
6pub mod mock_relay;
6pub mod purgatory_helpers; 7pub mod purgatory_helpers;
7pub mod relay; 8pub mod relay;
8pub mod sync_helpers; 9pub mod sync_helpers;
9 10
10pub use git_server::SimpleGitServer; 11pub use git_server::SimpleGitServer;
12pub use mock_relay::MockRelay;
11pub use purgatory_helpers::*; 13pub use purgatory_helpers::*;
12pub use relay::TestRelay; 14pub use relay::TestRelay;
13pub use sync_helpers::*; 15pub use sync_helpers::*;