add smtp tests and fix scripts

This commit is contained in:
holger krekel
2023-10-14 12:01:39 +02:00
parent 5cd54026a8
commit 1742ee07c8
3 changed files with 22 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ doveauth/venv/bin/pip install pytest build
doveauth/venv/bin/pip install -e doveauth
python3 -m venv online-tests/venv
online-tests/venv/bin/pip install pytest pytest-timeout
online-tests/venv/bin/pip install pytest pytest-timeout pdbpp

View File

@@ -2,4 +2,5 @@
pushd doveauth/src/doveauth
../../venv/bin/pytest
popd
online-tests/venv/bin/pytest online-tests/
online-tests/venv/bin/pytest online-tests/ -vrx