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