pip install flake8 pytest pytest-cov
python -m pip install flake8
pip freeze > requirements.txt
python run calculator.py test
brew install pipenv
pip3 install pylint
Run this command to see local test coverage
pytest -v --cov
or
python -m unittest test_calculator.py -v