mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
add smtp tests and fix scripts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user