Files
fastapi/scripts/test.sh

8 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
export PYTHONPATH=./docs_src
pytest -n auto --dist loadgroup tests scripts/tests/ ${@}