Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 345 Bytes

File metadata and controls

21 lines (12 loc) · 345 Bytes

python_test

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

Running Tests Locally

Run this command to see local test coverage pytest -v --cov

or

python -m unittest test_calculator.py -v