Testing

For a fast test run using current environment, use pytest:

$ pytest tests

For more thorough testing, Tox configuration will run tests on python versions 2.7 and 3.6 – 3.8:

$ tox

Additionally, test can be run with no local requirements other than the ubiquitous docker:

$ docker-compose up pgcopy