Add a note regarding the stack requirement in wrapper tests (#3212)

This commit is contained in:
Berk Özkütük 2022-09-22 15:03:33 +03:00 committed by GitHub
parent dca5cc36c7
commit b289e48064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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