lsp-test: Functional test framework for LSP servers.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- These packages miss upper bounds: - Diff - aeson - aeson-pretty - ansi-terminal - async - bytestring - co-log-core - conduit - containers - data-default - directory - exceptions - extra - filepath - hspec - lens - parser-combinators - process - row-types - some - text - time - transformers - unix - unliftio Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
A test framework for writing tests against
Language Server Protocol servers.
Language.LSP.Test
launches your server as a subprocess and allows you to simulate a session
down to the wire.
To see examples of it in action, check out haskell-ide-engine,
haskell-language-server and
ghcide.
[Skip to Readme]
Properties
Modules
- Control
- Applicative
- Control.Applicative.Combinators
- Applicative
- Language
- LSP
- Protocol
- Language.LSP.Protocol.Capabilities
- Language.LSP.Protocol.Message
- Language.LSP.Protocol.Types
- Language.LSP.Test
- Protocol
- LSP
Downloads
- lsp-test-0.15.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees