mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-09 10:27:54 -04:00
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
bash scripts/test.sh --cov --cov-context=test ${@}
|