package
0.1.0
Repository: https://github.com/atmackay/psql-ledger.git
Documentation: pkg.go.dev

# README

Integration testing with Testcontainers

Testcontainers is a package that automates the creation and cleanup of container-based dependencies for integration tests. Here we can create a stack with postgreSQL and our psqlledger HTTP service, then execute test scenarios using the Go test framework.