✨ 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
This commit is contained in:
@@ -3,4 +3,4 @@ set -e
|
|||||||
|
|
||||||
python /app/app/tests_pre_start.py
|
python /app/app/tests_pre_start.py
|
||||||
|
|
||||||
pytest /app/app/tests/
|
pytest $* /app/app/tests/
|
||||||
|
Reference in New Issue
Block a user