From 6a6255b6d020ab74a1bb8e200d7673f9ea2e3b58 Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 13 Oct 2023 20:48:49 +0200 Subject: [PATCH] script to run all tests from repository root --- scripts/test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/test.sh diff --git a/scripts/test.sh b/scripts/test.sh new file mode 100755 index 00000000..928f2c3f --- /dev/null +++ b/scripts/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh +chatmail-pyinfra/venv/bin/pytest chatmail-pyinfra/tests +cd doveauth/src/doveauth +../../venv/bin/pytest