keiro-test-support
Shared PostgreSQL test fixtures for Keiro test suites
Suite-level ephemeral-PostgreSQL fixtures shared by the Keiro test suites. Implements the ephemeral-pg template-database pattern: one cached server per suite, one migrated template database, and a clean cloned database per example.
Install
cabal install keiro-test-support- aeson >=2.2 && <2.3
- base >=4.21 && <5
- containers >=0.6 && <0.8
- effectful >=2.6 && <2.7
- ephemeral-pg >=0.2 && <0.3
- hasql >=1.10 && <1.11
- hasql-pool >=1.2 && <1.5
- keiro-migrations ^>=0.14.0.0
- kiroku-store >=0.8 && <0.9
- kiroku-store-migrations ^>=0.4.0.0
- pg-migrate ^>=1.1.0.0
- stm >=2.5 && <2.6
- text >=2.1 && <2.2
- 0.14.0.0