Skip to content

Postgres pgTap test runner in docker

Notifications You must be signed in to change notification settings

arineng/docker-pgtap

This branch is 1 commit ahead of walm/docker-pgtap:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41775cc · May 24, 2021

History

4 Commits
May 24, 2021
Feb 8, 2016
May 21, 2015
May 24, 2021

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

Languages

  • Shell 63.2%
  • Dockerfile 31.1%
  • Makefile 5.7%