Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 437 Bytes

PostgreSQL tests (pgtap) runner

Build Status

Image for run pg-tests based on pgTap framework. For run tests use pg_prove.

Script style

xUnit test style

docker run --rm -v /home/gabby/pg/example/:/t \  
  kamynina/pgtap:0.97 \ 
  -h 172.17.0.2 \
  -u postgres \
  -d postgres \
  -i /t/tests/api/_init.sql