mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 18:04:38 +00:00
fix init.sh and test.sh
use tox for chatmaild non-online tests
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user