tests: pass CLI arguments to pytest, don't run chatmails tests in weird subdir
This commit is contained in:
parent
beac91159d
commit
45fe8a668b
@ -1,7 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
pushd chatmaild/src/chatmaild
|
||||
../../venv/bin/pytest
|
||||
popd
|
||||
|
||||
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5
|
||||
chatmaild/venv/bin/pytest chatmaild/ $@
|
||||
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5 $@
|
||||
|
Loading…
Reference in New Issue
Block a user