Files
2026-02-20 00:04:59 +00:00

16 lines
214 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
export DEFER_PYDANTIC_BUILD=false
echo "==> Running tests"
rye run pytest "$@"
echo "==> Running Pydantic v1 tests"
rye run nox -s test-pydantic-v1 -- "$@"