Files
full-stack-fastapi-template/backend/scripts/tests-start.sh

8 lines
93 B
Bash
Raw Normal View History

#! /usr/bin/env bash
set -e
set -x
python app/tests_pre_start.py
bash scripts/test.sh "$@"