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

This commit is contained in:
missytake
2023-10-17 20:03:18 +02:00
parent beac91159d
commit 45fe8a668b
+2 -6
View File
@@ -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