This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
ai-anchor
/
video-maker
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
4
Pull Requests
0
Wiki
Árvore:
39a21f1036
Ramos
Etiquetas
backend-dev
backend_video_api
front-dev
master
video-maker
/
backend
/
app
/
scripts
/
test.sh
test.sh
96 B
Histórico
Em bruto
1
2
3
4
5
6
#!/usr/bin/env bash
set -e
set -x
pytest --cov=app --cov-report=term-missing app/tests "${@}"