run the following libs: pip install pytest pip install coverage Git commads git add . git commit -m"Add description to readme file" git push Tests commands coverage run -m pytest test.py coverage report coverage html