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
2
Packages
Projects
Releases
Wiki
Activity
Files
1aeb3208bfb814058d89dee47755628a74a22e2c
fast_api_template
/
{{cookiecutter.project_slug}}
/
backend
/
app
/
tests-start.sh
T
7 lines
91 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
✨
Use extra pytest arguments forwarded from shell (
#17
)
2019-05-03 21:44:18 +02:00
pytest
$*
/app/app/tests/
Reference in New Issue
Copy Permalink