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 d7d6b04 commit 1b09996Copy full SHA for 1b09996
tests/run_all_tests.sh
@@ -58,7 +58,10 @@ cd ..
58
uv pip install -e "..[fasttext]"
59
uv pip install -e "..[pdftotext]"
60
cd temp
61
-python -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic
+
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)"
65
66
# check if we can install the dev test
67
cd ..
0 commit comments