1
0
Fork 0
decli/scripts/test
Daniel Baumann 687aa9eb63
Merging upstream version 0.6.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-06-03 07:18:15 +02:00

9 lines
168 B
Bash
Executable file

#!/bin/sh -e
pr() {
poetry run python -m "$@"
}
pr pytest --cov-report term-missing --cov-report=xml:coverage.xml --cov=decli "${1:-tests}"
pr ruff check
pr mypy