Files
fast_api_template/backend/tests-start.sh
T

9 lines
123 B
Bash
Raw Normal View History

#! /usr/bin/env bash
set -e
2024-03-11 17:49:35 +01:00
set -x
python /app/app/tests_pre_start.py
2024-03-11 17:49:35 +01:00
bash ./scripts/lint.sh
bash ./scripts/test.sh "$@"