dhall-lang/dhall-haskell

dhall-lsp-server needs better test coverage

Open

#1,565 opened on Nov 20, 2019

 (0 comments) (0 reactions) (0 assignees)Dhall (222 forks)batch import
LSPhelp wanted

Repository metrics

Stars
 (968 stars)
PR merge metrics
 (Avg merge 3d 13h) (5 merged PRs in 30d)

Description

For example for the type-on-hover functionality we currently have only two tests:

https://github.com/dhall-lang/dhall-haskell/blob/619788f7950c821b51c9d2144cb0a81ab9c04ca5/dhall-lsp-server/tests/Main.hs#L39-L40

(This is a follow-up to #1510.)

Contributor guide