Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgtap-starter

full basic round of pgtap database testing examples for postgres to get you started.

how to:

  • create a database "kittycats"
  • install pgtap: http://pgxn.org/dist/pgtap/ (make, make installcheck, make install)
  • create extension pgtap;
  • install pg_prove: cpan(m) TAP::Parser::SourceHandler::pgTAP
  • edit Makefile with your dbuser (default "postgres")
  • run: make table, make data, make test

documentation about pgtap: http://pgtap.org/

enjoy! I love pgtap! :)

About

pgtap postgres testing examples

Resources

Stars

8 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors