httpx/scripts/test
Kar Petrosyan 9d59507dc4 more fixes
2025-12-10 17:49:29 +04:00

14 lines
166 B
Bash
Executable File

#!/bin/sh
set -ex
if [ -z $GITHUB_ACTIONS ]; then
scripts/check
fi
uv run coverage run -m pytest "$@"
if [ -z $GITHUB_ACTIONS ]; then
scripts/coverage
fi