mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
8 lines
170 B
Bash
Executable File
8 lines
170 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 $@
|