tests: pass CLI arguments to pytest, don't run chatmails tests in weird subdir

This commit is contained in:
missytake 2023-10-17 19:17:28 +02:00
parent beac91159d
commit 45fe8a668b

View File

@ -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 $@