From 390fc9f9e4e7f5406671396aecc444a5769115e4 Mon Sep 17 00:00:00 2001 From: binrogithub Date: Sun, 8 Feb 2026 18:01:15 +0300 Subject: [PATCH] Add pytest test runner script --- 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 0000000000..4739ddddc4 --- /dev/null +++ b/scripts/test.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail + +python -m pytest -q