diff --git a/README.md b/README.md index b3ebffa..07b3ba6 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,4 @@ All fields are required unless one of the following is set: [sqlalchemy-core]: https://docs.sqlalchemy.org/en/latest/core/ [databases]: https://github.com/encode/databases [pydantic]: https://pydantic-docs.helpmanual.io/ -[encode/orm]: \ No newline at end of file +[encode/orm]: https://github.com/encode/orm/ \ No newline at end of file diff --git a/scripts/tests b/scripts/test similarity index 73% rename from scripts/tests rename to scripts/test index 466a026..577f0e9 100644 --- a/scripts/tests +++ b/scripts/test @@ -9,4 +9,4 @@ fi set -x -PYTHONPATH=. ${PREFIX}pytest --ignore venv --cov=${PACKAGE} --cov=tests --cov-fail-under=100 --cov-report=term-missing ${@} \ No newline at end of file +PYTHONPATH=. ${PREFIX}pytest --ignore venv --cov=${PACKAGE} --cov=tests --cov-fail-under=100 --cov-report=term-missing "${@}"