script to run all tests from repository root

This commit is contained in:
missytake 2023-10-13 20:48:49 +02:00
parent fbda0fb53c
commit 6a6255b6d0

4
scripts/test.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
chatmail-pyinfra/venv/bin/pytest chatmail-pyinfra/tests
cd doveauth/src/doveauth
../../venv/bin/pytest