Skip to content

Commit 73a2b40

Browse files
committed
Adding test script!
1 parent 9d7e2d0 commit 73a2b40

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/run_tests.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)