mirror of
https://github.com/ArcaneChat/server.git
synced 2026-07-03 14:05:37 +02:00
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
pushd doveauth/src/doveauth
|
|
../../venv/bin/pytest
|
|
popd
|
|
|
|
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5
|