fix init.sh and test.sh

use tox for chatmaild non-online tests
This commit is contained in:
holger krekel
2023-10-21 12:10:13 +02:00
parent 00b4c484ff
commit 3716f2e429
4 changed files with 28 additions and 13 deletions

View File

@@ -1,3 +1,11 @@
#!/bin/bash
chatmaild/venv/bin/pytest chatmaild/ $@
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5 $@
pushd chatmaild
tox
popd
pushd deploy-chatmail
tox
popd
venv/bin/pytest tests/online -vrx --durations=5 $@