python -m pytest python -m pytest tests/test_calculator.py python -m pytest tests/test_calculator.py::test_add_floats
pylint code pylint code/calculator.py pylint tests pylint tests/test_calculator.py
mypy code mypy code/pywinauto_helpers_new.py
python -m code.scripts.automate_hyspexrad
autopep8 --in-place code/myfile.py
mypy .
pylint $(git ls-files '*.py') --fail-under=8.0
pytest --cov=. --cov-fail-under=80