Skip to content

danielwillgeorge/medium-test-postgresql-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Running PostgreSQL Tests in a Docker Pipeline From Scratch (Almost)

To run this code locally, first make sure that you have installed Docker. Then, clone the repo and follow these steps:

  1. virtualenv ENV
  2. docker build -t docker_postgresql_test:latest .
  3. docker run -it docker_postgresql_test:latest

That's it!

About

Testing PostgreSQL from within a Docker pipeline in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published