flix / vscode-flix

Apache License 2.0
20 stars 19 forks source link

Ensure every provider has at least a few tests #393

Open magnus-madsen opened 3 months ago

magnus-madsen commented 3 months ago

We now have some tests for HoverProvider and for diagnostics.

We should also have a few tests for each other provider.

https://github.com/flix/flix/tree/master/main/src/ca/uwaterloo/flix/api/lsp/provider

It would be nice if we could group them in some useful fashion.