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
9b4108fdaeb8000e4b634fd3242715ccaaf91427
full-stack-fastapi-template
/
{{cookiecutter.project_slug}}
/
backend
/
app
/
tests-start.sh
7 lines
91 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
:sparkles: Use extra pytest arguments forwarded from shell (#17) * removed postgres_password from alembic.ini, read it from env var instead * :recycle: use f-strings for PostgreSQL URL * passes given args
2019-05-03 21:44:18 +02:00
pytest
$*
/app/app/tests/
Reference in New Issue
Copy Permalink