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:
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 f511163..e70bd71 100644
--- a/tests/common/mod.rs
+++ b/tests/common/mod.rs
@@ -2,10 +2,12 @@
2#![allow(dead_code)] // Test helpers may not be used in all test configurations 2#![allow(dead_code)] // Test helpers may not be used in all test configurations
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 purgatory_helpers; 6pub mod purgatory_helpers;
6pub mod relay; 7pub mod relay;
7pub mod sync_helpers; 8pub mod sync_helpers;
8 9
10pub use git_server::SimpleGitServer;
9pub use purgatory_helpers::*; 11pub use purgatory_helpers::*;
10pub use relay::TestRelay; 12pub use relay::TestRelay;
11pub use sync_helpers::*; 13pub use sync_helpers::*;