

set -ex



pip check
coverage run -m pytest -vv -k "not exclude_patterns"
coverage report --fail-under=83
mypy -p werkzeug
exit 0
