lockbox/scripts/drone/test.sh

4 lines
148 B
Bash
Executable File

cd lockbox
printf "\n\n|| Starting pytest run ||\n\n"
pytest --cov=. --cov-report term-missing --reuse-db
printf "\n\n|| Finished pytest run ||\n\n"