test: test concurrent user creation

This commit is contained in:
holger krekel
2023-11-08 10:46:58 +01:00
committed by link2xt
parent 251aac18fb
commit 6b3590e7c8
5 changed files with 109 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
venv/bin/tox -c chatmaild
venv/bin/tox -c deploy-chatmail
venv/bin/pytest tests/online -vrx --durations=5 $@
venv/bin/pytest tests/online -rs -vrx --durations=5 $@