Skip to content

Commit 1b09996

Browse files
test: fix the run_all_test script
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent d7d6b04 commit 1b09996

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/run_all_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ cd ..
5858
uv pip install -e "..[fasttext]"
5959
uv pip install -e "..[pdftotext]"
6060
cd temp
61-
python -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic
61+
62+
echo "\nTesting wdoc (basic)"
63+
python -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_wdoc.py
64+
echo "Done with wdoc (basic)"
6265

6366
# check if we can install the dev test
6467
cd ..

0 commit comments

Comments
 (0)