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:
Manu
2019-05-03 21:44:18 +02:00
committed by Sebastián Ramírez
parent 45317e54c7
commit 1aeb3208bf

View File

@@ -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/