Skip to content

Commit 1aeb320

Browse files
ebretontiangolo
authored andcommitted
✨ Use extra pytest arguments forwarded from shell (#17)
* removed postgres_password from alembic.ini, read it from env var instead * ♻️ use f-strings for PostgreSQL URL * passes given args
1 parent 45317e5 commit 1aeb320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/backend/app/tests-start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e
33

44
python /app/app/tests_pre_start.py
55

6-
pytest /app/app/tests/
6+
pytest $* /app/app/tests/

0 commit comments

Comments
 (0)