We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7e2d0 commit 73a2b40Copy full SHA for 73a2b40
scripts/run_tests.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+set -x
3
+
4
+# Get the parent directory of the dir where the run_tests script is located
5
+SCRIPT_DIR="$(dirname "$(dirname "$(readlink -f "$0")")")"
6
+# Change the current working directory to SCRIPT_DIR
7
+cd "$SCRIPT_DIR"
8
9
+uv run pytest
0 commit comments