This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ai-anchor
/
video-maker
Segui
3
Vota
0
Forka
0
File
Problemi
4
Pull Requests
0
Wiki
Albero (Tree):
39a21f1036
Rami (Branch)
Tag
backend-dev
backend_video_api
front-dev
master
video-maker
/
backend
/
app
/
scripts
/
test.sh
test.sh
96 B
Cronologia
Originale
1
2
3
4
5
6
#!/usr/bin/env bash
set -e
set -x
pytest --cov=app --cov-report=term-missing app/tests "${@}"