diff options
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::*; |