This website requires JavaScript.
Explore
Help
Register
Sign In
nt_web_template
/
full-stack-fastapi-template
Watch
2
Star
0
Fork
0
You've already forked full-stack-fastapi-template
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
3678eb9d570e7c9694808ec1d1909bfbf9ff37fe
full-stack-fastapi-template
/
{{cookiecutter.project_slug}}
/
backend
/
app
/
tests-start.sh
7 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
:tada: First commit, from couchbase generator, basic changes not tested / updated yet
2019-02-09 19:42:36 +04:00
#! /usr/bin/env bash
set
-e
python /app/app/tests_pre_start.py
:recycle: Simplify tests, run in same backend service (#152) remove backend-tests
2020-04-19 12:34:03 +02:00
pytest
"
$@
"
/app/app/tests/
Reference in New Issue
Copy Permalink