Skip to content

📊 parallel black box PostgreSQL unit tests run against a real database.

License

Notifications You must be signed in to change notification settings

adrianbrad/psql-docker-tests-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adrianbrad psqldocker

📊 psql-docker-tests-example

GitHub go.mod Go version of a Go module GoDoc reference example

CodeFactor Go Report Card lint-test codecov

Parallel black box PostgreSQL unit tests run against a real database.

Consider reading the Medium Story first.

This package provides examples on how to run PostgreSQL units tests against a real database with every tests running in a separate SQL transaction. You can find the tests in this package.

The PostgreSQL database is started using the https://github.com/adrianbrad/psqldocker package.

The sql connections are opened in an isolated SQL transaction using the https://github.com/adrianbrad/psqltest package.

About

📊 parallel black box PostgreSQL unit tests run against a real database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published