haskell / lsp

Haskell library for the Microsoft Language Server Protocol
364 stars 90 forks source link

Move tests to lsp-types as appropriate #442

Closed michaelpj closed 2 years ago

michaelpj commented 2 years ago

Tests should go in the same package as the module they are testing. This also makes it easier to e.g. run the tests for lsp-types even if lsp is not compiling.