graphql-engine/server
Robert 5473bfa952 tests: simplify command line of Haskell test suite
# Description

The tests were only being run with fully qualified postgresql and
mssql connection env vars anyhow. Makes it a bit simpler to run the
tests.

- the test suite now requires only plain connection strings as
  `HASURA_GRAPHQL_DATABASE_URL` (postgres) or
  `HASURA_MSSQL_CONN_STR` (mssql)
- update `CONTRIBUTING.md` for this change, and make it
  generally a bit less inaccurate

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3065
GitOrigin-RevId: b0b2f01ef867645d55c87a0e5c2bc1c0e94ee41f
2021-12-06 15:47:45 +00:00
..
bench-wrk server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
benchmarks benchmarks: skip failing remote_schema suite 2021-11-17 13:00:45 +00:00
documentation Add tip for writing unit tests for SQL generation 2021-12-06 07:59:44 +00:00
packaging ci: create non-root user hasura in graphql engine docker images 2021-09-14 08:18:20 +00:00
src-exec server/tests: initial work on a test suite for DB-to-DB joins 2021-10-20 20:02:34 +00:00
src-lib Fixing REST Enpoints list variable bug 2021-12-03 21:57:25 +00:00
src-rsr Adding ColumnMutability to column metadata 2021-12-01 11:34:16 +00:00
src-test tests: simplify command line of Haskell test suite 2021-12-06 15:47:45 +00:00
tests/integration Unified remote relationship metadata 2021-12-01 04:54:30 +00:00
tests-hspec Feature/multiple jwt secrets 2021-12-02 05:36:46 +00:00
tests-py Fixing REST Enpoints list variable bug 2021-12-03 21:57:25 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server/citus: feature branch 2021-05-21 02:47:51 +00:00
.hlint.yaml ci: improve hlint messages 2021-05-04 21:52:55 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-M1.md Add instructions for compiling graphql-engine natively on M1 2021-11-24 09:59:10 +00:00
CONTRIBUTING.md tests: simplify command line of Haskell test suite 2021-12-06 15:47:45 +00:00
graphql-engine.cabal Feature/multiple jwt secrets 2021-12-02 05:36:46 +00:00
Makefile server/tests: initial work on a test suite for DB-to-DB joins 2021-10-20 20:02:34 +00:00
Setup.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
STYLE.md server, CI: use ormolu as a formatter for Haskell sources 2021-09-23 21:23:21 +00:00