nonebot2/scripts/run-tests.sh
2024-04-16 00:33:48 +08:00

8 lines
147 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 $@