项目作者: ElizabethADeGroot
项目描述 :
CI integration - automation python tests - CircleCI
高级语言: Python
项目地址: git://github.com/ElizabethADeGroot/python_test.git
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