Skip to content

Commit d7d6b04

Browse files
doc: explain how to run the tests
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 62cc2ce commit d7d6b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ FAQ
388388
environment variable `WDOC_LLM_MAX_CONCURRENCY` to a lower value.
389389

390390
* **How can I run the tests?**
391-
* Try `python -m pytest tests/test_wdoc.py -v -m basic` to run the basic tests, and `python -m pytest tests/test_wdoc.py -v -m api` to run the test that use external APIs. To install the needed packages you can do `uv pip install wdoc[dev]`.
391+
* Take a look at the files `./tests/run_all_tests.sh`.
392392

393393
* **How can I query a text but without chunking? / How can I query a text with the full text as context?**
394394
* If you set the environment variable `WDOC_MAX_CHUNK_SIZE` to a very high value and use a model with enough context according to litellm's metadata, then no chunking will happen and the LLM will have the full text as context.

0 commit comments

Comments
 (0)