Files
relay/scripts/test.sh
holger krekel 0f2cb90e09 add tests
2023-10-14 12:07:46 +02:00

7 lines
130 B
Bash
Executable File

#!/bin/bash
pushd doveauth/src/doveauth
../../venv/bin/pytest
popd
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5