Files
fastapi/scripts/test.sh
2026-02-27 11:53:47 +01:00

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/ ${@}