Skip to content

walm/docker-pgtap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published