From b4074b778a1487b730d9503d7e5885b01253846a Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 5 Aug 2018 01:19:04 +0100 Subject: [PATCH] Update description field --- lsp-test.cabal | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lsp-test.cabal b/lsp-test.cabal index fc20dc7..2d0b453 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -4,15 +4,10 @@ synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against . - @lsp-test@ launches your server as a subprocess and allows you to simulate a session - down to the wire. - Used for testing in . - > runSession "hie" fullCaps "path/to/root/dir" $ do - > doc <- openDoc "Desktop/simple.hs" "haskell" - > diags <- waitForDiagnostics - > let pos = Position 12 5 - > params = TextDocumentPositionParams doc - > hover <- request TextDocumentHover params + @Language.Haskell.LSP.Test@ launches your server as a subprocess and allows you to simulate a session + down to the wire, and @Language.Haskell.LSP.Test@ can replay captured sessions from + . + It's currently used for testing in . homepage: https://github.com/Bubba/haskell-lsp-test#readme license: BSD3 license-file: LICENSE -- 2.30.2