Replace jsonschema with better error messages

This commit is contained in:
Anthony Sottile 2017-03-05 18:06:11 -08:00
parent 71bbdb5b4c
commit cb8dd335f4
30 changed files with 1064 additions and 842 deletions

View file

@ -10,7 +10,7 @@ commands =
coverage erase
coverage run -m pytest {posargs:tests}
# TODO: change to 100
coverage report --show-missing --fail-under 99
coverage report --fail-under 99
pre-commit run --all-files
[testenv:venv]