From b289e480642684e48f1c710b04e259dd69a59da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20=C3=96zk=C3=BCt=C3=BCk?= Date: Thu, 22 Sep 2022 15:03:33 +0300 Subject: [PATCH] Add a note regarding the `stack` requirement in wrapper tests (#3212) --- docs/contributing/contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing/contributing.md b/docs/contributing/contributing.md index 4d7aae78a5..544c278a6c 100644 --- a/docs/contributing/contributing.md +++ b/docs/contributing/contributing.md @@ -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