script to run all tests from repository root
This commit is contained in:
parent
fbda0fb53c
commit
6a6255b6d0
4
scripts/test.sh
Executable file
4
scripts/test.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
chatmail-pyinfra/venv/bin/pytest chatmail-pyinfra/tests
|
||||
cd doveauth/src/doveauth
|
||||
../../venv/bin/pytest
|
Loading…
Reference in New Issue
Block a user