DEBSOURCES
Skip Quicknav
sources / hishel / 1.1.9-1 / scripts / test
123456
#!/usr/bin/env bash set -e echo "==> Running tests" uv run pytest --cov=./ --cov-report=xml tests "$@"