summaryrefslogtreecommitdiff
path: root/cli/lsp/testing/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lsp/testing/mod.rs')
-rw-r--r--cli/lsp/testing/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/lsp/testing/mod.rs b/cli/lsp/testing/mod.rs
index a11d3a8cc..d285481f0 100644
--- a/cli/lsp/testing/mod.rs
+++ b/cli/lsp/testing/mod.rs
@@ -6,6 +6,8 @@ mod execution;
pub mod lsp_custom;
mod server;
+pub use collectors::TestCollector;
+pub use definitions::TestModule;
pub use lsp_custom::TEST_RUN_CANCEL_REQUEST;
pub use lsp_custom::TEST_RUN_REQUEST;
pub use server::TestServer;