From 7467aa9ace94b4e132eedd03c9daddb2d59813c4 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 7 Jan 2026 20:41:01 +0000 Subject: test: added purgatory git data sync intergration tests agregating from mulitple git servers --- tests/common/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/common/mod.rs') 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 @@ #![allow(unused_imports)] // Re-exports may not be used in all test configurations pub mod git_server; +pub mod mock_relay; pub mod purgatory_helpers; pub mod relay; pub mod sync_helpers; pub use git_server::SimpleGitServer; +pub use mock_relay::MockRelay; pub use purgatory_helpers::*; pub use relay::TestRelay; pub use sync_helpers::*; -- cgit v1.2.3