Unit Tests Unit tests are run with the built-in Python module unittest. Fastest way to run, best in a Virtual Environment: python3 run_tests.py Or using the Docker Image: docker run --entrypoint "/run-tests.sh" geopython/geohealthcheck:latest