Browse Source

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
pull/13907/head
Manu 6 years ago
committed by Sebastián Ramírez
parent
commit
1aeb3208bf
  1. 2
      {{cookiecutter.project_slug}}/backend/app/tests-start.sh

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

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

Loading…
Cancel
Save