mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
bbd13c04cc
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
8 lines
134 B
Bash
Executable File
8 lines
134 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-report xml $@
|