mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
tests: pass CLI arguments to pytest, don't run chatmails tests in weird subdir
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
chatmaild/venv/bin/pytest chatmaild/ $@
|
||||||
pushd chatmaild/src/chatmaild
|
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5 $@
|
||||||
../../venv/bin/pytest
|
|
||||||
popd
|
|
||||||
|
|
||||||
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5
|
|
||||||
|
|||||||
Reference in New Issue
Block a user