atelier-testing: Database-backed test utilities for atelier

[ library, mit, testing ] [ Propose Tags ] [ Report a vulnerability ]

Test utilities for database-backed tests using tmp-postgres — part of the atelier toolkit.


[Skip to Readme]

Modules

  • Atelier
    • Testing
      • Atelier.Testing.Database

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies atelier-core (>=0.1 && <0.2), atelier-db (>=0.1 && <0.2), atelier-prelude (>=0.1 && <0.2), base (>=4.20 && <4.21), effectful-core (>=2.6 && <2.7), effectful-plugin (>=2.0 && <2.1), hasql (>=1.9 && <1.10), hasql-pool (>=1.3 && <1.4), hspec (>=2.11 && <2.12), postgres-options (>=0.2 && <0.3), string-conversions (>=0.4 && <0.5), text (>=2.1 && <2.2), tmp-postgres (>=1.35 && <1.36), unix (>=2.8 && <2.9), uuid (>=1.3 && <1.4) [details]
License MIT
Author Christian Georgii
Maintainer christian.georgii@tweag.io
Uploaded by cgeorgii at 2026-06-04T22:23:07Z
Category Testing
Home page https://github.com/atelier-hub/tricorder#readme
Bug tracker https://github.com/atelier-hub/tricorder/issues
Source repo head: git clone https://github.com/atelier-hub/tricorder
Distributions
Downloads 1 total (1 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2026-06-04 [all 2 reports]

Readme for atelier-testing-0.1.0.0

[back to package description]

atelier-testing

Test utilities for database-backed tests using tmp-postgres. Part of the atelier toolkit.

Overview

atelier-testing spins up a throwaway PostgreSQL instance for integration tests, so suites that exercise atelier-db can run against a real database without external setup.

Module Purpose
Atelier.Testing.Database Provision and tear down a temporary PostgreSQL database for tests

Part of atelier

License

MIT — see LICENSE.