mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 10:15:12 +00:00
7 lines
93 B
Bash
7 lines
93 B
Bash
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
python /app/app/tests_pre_start.py
|
|
|
|
pytest "$@" /app/app/tests/
|