Integration test prototype

Prototype for python integration test using two postgres DBs via docker

system setup

  • install postgres
  • install docker
  • install docker-compose

python setup

  • pip install pipenv
  • pipenv install
  • ./run-test.sh