From 374ec8ab128004d850a1e95a8a5d2530004f1a10 Mon Sep 17 00:00:00 2001 From: Evie Ciobanu <1017953+eviefp@users.noreply.github.com> Date: Wed, 23 Feb 2022 15:46:46 +0200 Subject: [PATCH] server: reference hspec README in CONTRIBUTING PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3775 GitOrigin-RevId: ff781587ec968d91f8423a8aa3498e5e981aade2 --- server/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/CONTRIBUTING.md b/server/CONTRIBUTING.md index 48eaf858bae..ad3111ccc6d 100644 --- a/server/CONTRIBUTING.md +++ b/server/CONTRIBUTING.md @@ -137,7 +137,7 @@ The easiest way to run the Python integration test suite is by running: scripts/dev.sh test --integration ``` -For more details please check out the `README` at `server/tests-py/README`. +For more details please check out the [README](./tests-py/README.md). ##### Running the Haskell test suite @@ -184,6 +184,8 @@ docker-compose up cabal test tests-hspec --test-show-details=direct ``` +For more details please check out the [README](./tests-hspec/README.md). + #### Building with profiling To build with profiling support, you need to both enable profiling via `cabal`