Skip to content

Commit

Permalink
✨ Use extra pytest arguments forwarded from shell (#17)
Browse files Browse the repository at this point in the history
* removed postgres_password from alembic.ini, read it from env var instead

* ♻️ use f-strings for PostgreSQL URL

* passes given args
  • Loading branch information
ebreton authored and tiangolo committed May 3, 2019
1 parent 45317e5 commit 1aeb320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/backend/app/tests-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

python /app/app/tests_pre_start.py

pytest /app/app/tests/
pytest $* /app/app/tests/

0 comments on commit 1aeb320

Please sign in to comment.