Files
nonebot2/scripts/run-tests.sh
2025-07-31 21:52:24 +08:00

8 lines
169 B
Bash
Executable File

#!/usr/bin/env bash
# cd to the root of the tests
cd "$(dirname "$0")/../tests"
# Run the tests
pytest -n auto --cov-append --cov-report xml --junitxml=./junit.xml $@