Improve test coverage.

This commit is contained in:
Anthony Sottile 2014-04-13 22:21:42 -07:00
parent b80ca9e84a
commit 8270d81308
4 changed files with 44 additions and 1 deletions

View file

@ -9,7 +9,7 @@ deps = -rrequirements_dev.txt
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 82
coverage report --show-missing --fail-under 100
flake8 {[tox]project} testing tests setup.py
pylint {[tox]project} testing tests setup.py