Skip to content

Commit 006e5be

Browse files
update test command
1 parent 1276033 commit 006e5be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/run_tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ cd ..
88
cd src
99
export PYTHONPATH=$(pwd)
1010
cd ..
11-
python -m unittest discover
11+
12+
# Run tests with coverage
13+
pytest --cov=src/surrealdb --cov-report=term-missing --cov-report=html

0 commit comments

Comments
 (0)