Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Use testcontainers for integration tests requiring Postgres
Rather than requiring the environment to supply a suitable database, we may use TestContainers to provision a fresh database for each test. This allows contributors to run the entire test suite without project-specific setup, although it does require a working Docker environment.
- Loading branch information