diff --git a/scripts/drone/test.sh b/scripts/drone/test.sh index 3321217..556814f 100755 --- a/scripts/drone/test.sh +++ b/scripts/drone/test.sh @@ -1,2 +1,4 @@ +cd lockbox + printf "\n\n|| Starting pytest run ||\n\n" pytest --cov=. --cov-report term-missing --reuse-db \ No newline at end of file