

set -ex



pip check
pytest -vv  --cov=jupyter_server_terminals --cov-report=term-missing:skip-covered --no-cov-on-fail --cov-fail-under=80
exit 0
