A live tracker for the spread of COVID-19
conda env create -f environment.yml
python -m coronavirus.db_utils.db_utils
streamlit run app.y
To run all tests:
python -m unittest discover
To run tests separatly:
python -m unittest tests/db_tests/db_utils_tests.py