From df503c2042ecc6fc071288a4f55f117e2fd95b1c Mon Sep 17 00:00:00 2001 From: Jordi Loyzaga Date: Sat, 27 Apr 2024 18:53:47 -0600 Subject: [PATCH] third times the charm --- scripts/drone/test.sh | 2 ++ 1 file changed, 2 insertions(+) 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