Skip to content

Files

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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