Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/backend/app/tests-start.sh
Sebastián Ramírez 7f8bfc8faa 🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
2019-02-09 19:42:36 +04:00

7 lines
88 B
Bash

#! /usr/bin/env bash
set -e
python /app/app/tests_pre_start.py
pytest /app/app/tests/