hudsilva / docker-pgtap

Postgres pgTap test runner in docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Postgres pgTap test runner in docker


Languages

Language:Shell 91.1%Language:Makefile 8.9%