mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 05:59:10 +08:00
8 lines
134 B
Bash
8 lines
134 B
Bash
|
#! /usr/bin/env bash
|
||
|
|
||
|
# cd to the root of the tests
|
||
|
cd "$(dirname "$0")/../tests"
|
||
|
|
||
|
# Run the tests
|
||
|
pytest -n auto --cov-report xml $@
|