mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-25 00:05:48 +08:00
* removed postgres_password from alembic.ini, read it from env var instead
* ♻️ use f-strings for PostgreSQL URL
* passes given args
7 lines
91 B
Bash
7 lines
91 B
Bash
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
python /app/app/tests_pre_start.py
|
|
|
|
pytest $* /app/app/tests/
|