graphql-engine/server/tests-hspec/Harness/Backend
Philip Lykke Carlsen 12c3eddef7 Amendments to the hspec testsuite
This PR proposes some changes to the hspec testsuite:

* It amends the framework to make it easier to test from the ghci REPL
* It introduces a new module `Fixture`, distinguished from `Context` by:
   * using a new concept of `SetupAction`s which bundle setup and teardown actions into one abstraction, making test system state setup more concise, modularized and safe (because the fixture know knows about the ordering of setup actions and can do partial rollbacks)
   * somewhat opinionated, elides the `Options` of `Context`, preferring instead that tests that care about stringification of json numbers manage that themselves.

(Note that this PR builds on #4390, so contains some spurious commits which will become irrelevant once that PR is merged)

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4630
GitOrigin-RevId: 619c8d985aed0aa42de31d6f16891d0782f4b4b5
2022-06-08 16:36:50 +00:00
..
BigQuery.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00
Citus.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00
DataConnector.hs GDC: Integration Tests and Servant Agent 2022-05-11 06:15:27 +00:00
Mysql.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00
Postgres.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00
Sqlserver.hs Amendments to the hspec testsuite 2022-06-08 16:36:50 +00:00