summaryrefslogtreecommitdiff
path: root/test_util/src/lib.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-05-18 06:45:13 +1000
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:27 +0200
commit96abb27e7328391e9319c99dd23595e42f7982a2 (patch)
tree82cb99c1406fc94850bc3d5d66f8db40300860de /test_util/src/lib.rs
parent9ad52a28e500931a291e9658f155c4c3861de61a (diff)
refactor: share test harness for lsp between bench and integration (#10659)
Diffstat (limited to 'test_util/src/lib.rs')
-rw-r--r--test_util/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs
index d2669e42e..4cfc5cc9c 100644
--- a/test_util/src/lib.rs
+++ b/test_util/src/lib.rs
@@ -46,6 +46,8 @@ use tokio_tungstenite::accept_async;
#[cfg(unix)]
pub use pty;
+pub mod lsp;
+
const PORT: u16 = 4545;
const TEST_AUTH_TOKEN: &str = "abcdef123456789";
const REDIRECT_PORT: u16 = 4546;