Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/test.sh
|
|
@ -7,4 +7,4 @@ bash ./scripts/lint.sh |
|
|
|
# Check README.md is up to date |
|
|
|
diff --brief docs/en/docs/index.md README.md |
|
|
|
export PYTHONPATH=./docs_src |
|
|
|
pytest --cov=fastapi --cov=tests --cov=docs/src --cov-report=term-missing tests ${@} |
|
|
|
pytest --cov=fastapi --cov=tests --cov=docs/src --cov-report=term-missing --cov-report=xml tests ${@} |
|
|
|