Skip to content

Commit

Permalink
Readd tests to tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Nov 10, 2020
1 parent 25518dd commit 549ecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ bash ./scripts/lint.sh
# Check README.md is up to date
python ./scripts/docs.py verify-readme
export PYTHONPATH=./docs_src
pytest --cov=fastapi --cov=docs_src --cov-report=term-missing:skip-covered --cov-report=xml tests ${@}
pytest --cov=fastapi --cov=tests --cov=docs_src --cov-report=term-missing:skip-covered --cov-report=xml tests ${@}

0 comments on commit 549ecae

Please sign in to comment.