mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-24 06:39:31 -05:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
export PYTHONPATH=./docs_src
|
|
coverage run -m pytest tests ${@}
|