Skip to content

Commit

Permalink
Add a note regarding the stack requirement in wrapper tests (#3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkutuk authored Sep 22, 2022
1 parent dca5cc3 commit b289e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ GHC 8.6.5 is not supported here because `nixpkgs-unstable` no longer maintains t
The tests make use of the [Tasty](https://github.com/feuerbach/tasty) test framework.

There are two test suites in the main haskell-language-server package, functional tests, and wrapper tests.
Some of the wrapper tests expect `stack` to be present on the system, or else they fail.
Other project packages, like the core library or plugins, can have their own test suite.

### Testing with Cabal
Expand Down

0 comments on commit b289e48

Please sign in to comment.