diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-07 21:33:22 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-07 21:33:22 +0000 |
| commit | 0550b3229f35ef3ee125bac47d85bbd08d1250b1 (patch) | |
| tree | 15ff1f689f9c429ceda9f085973df3d06895714d /tests/common/mod.rs | |
| parent | 7467aa9ace94b4e132eedd03c9daddb2d59813c4 (diff) | |
test: add WIP SmartHttpServer to test
Diffstat (limited to 'tests/common/mod.rs')
| -rw-r--r-- | tests/common/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 32ce1b7..b5077d3 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs | |||
| @@ -8,7 +8,7 @@ pub mod purgatory_helpers; | |||
| 8 | pub mod relay; | 8 | pub mod relay; |
| 9 | pub mod sync_helpers; | 9 | pub mod sync_helpers; |
| 10 | 10 | ||
| 11 | pub use git_server::SimpleGitServer; | 11 | pub use git_server::{SimpleGitServer, SmartGitServer}; |
| 12 | pub use mock_relay::MockRelay; | 12 | pub use mock_relay::MockRelay; |
| 13 | pub use purgatory_helpers::*; | 13 | pub use purgatory_helpers::*; |
| 14 | pub use relay::TestRelay; | 14 | pub use relay::TestRelay; |