Docker image to run pgTAP tests using pg_prove.
docker run --rm -v /local/folder/with/tests/:/t walm/pgtap \
-h host -u username -w password -d database -t '/t/*.sql'
It will install pgTAP into the target database and uninstall it once it's done testing.
MIT
This project has been inspired by digit/docker-pg-prove