diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-07 20:41:01 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-07 20:41:01 +0000 |
| commit | 7467aa9ace94b4e132eedd03c9daddb2d59813c4 (patch) | |
| tree | 32c4571a7376138eb429017a48dbde7ad8b15be6 /tests/common/mod.rs | |
| parent | e7c18cf2a96b1f45e5f21a83ee1fe2e18a6dc7e2 (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.rs | 2 |
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 | ||
| 5 | pub mod git_server; | 5 | pub mod git_server; |
| 6 | pub mod mock_relay; | ||
| 6 | pub mod purgatory_helpers; | 7 | pub mod purgatory_helpers; |
| 7 | pub mod relay; | 8 | pub mod relay; |
| 8 | pub mod sync_helpers; | 9 | pub mod sync_helpers; |
| 9 | 10 | ||
| 10 | pub use git_server::SimpleGitServer; | 11 | pub use git_server::SimpleGitServer; |
| 12 | pub use mock_relay::MockRelay; | ||
| 11 | pub use purgatory_helpers::*; | 13 | pub use purgatory_helpers::*; |
| 12 | pub use relay::TestRelay; | 14 | pub use relay::TestRelay; |
| 13 | pub use sync_helpers::*; | 15 | pub use sync_helpers::*; |