Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 614 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 614 Bytes

Postgres pgTap test runner

Docker image to run pgTAP tests using pg_prove.

How to use

docker run --rm -v /local/folder/with/tests/:/t walm/pgtap \
       -h host -u username -w password -d database -t '/t/*.sql'

Running Tests

It will install pgTAP into the target database and uninstall it once it's done testing.

License

MIT


This project has been inspired by digit/docker-pg-prove