postgre-test-container

Temporary test docker container


Keywords
docker, postgreSQL, postgre, test, container
License
MIT
Install
pip install postgre-test-container==0.0.1

Documentation

Postgre Test Container

Module to create postgre test container from docker image

Requirements

  • docker on host

Example

with temporary_postgres() as cp:
    # connect(port=cp.port, user=cp.user, db=cp.db, password=cp.passwrod)