From ff1adb64c204016c2721ececbc0e8ba5cf3c5454 Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Tue, 21 Sep 2021 17:56:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d49d8e3f8..d27f94cd3 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ pytest -m tika pytest -m not slow ... ``` -If you want to run all test cases but not with all document store variants, you can make use of our `--document_store`: +If you want to run all test cases but not with all document store variants, you can make use of the arg `--document_store_type`: ``` pytest -v test_retriever.py::test_dpr_embedding --document_store_type="faiss" pytest -v test_retriever.py::test_dpr_embedding --document_store_type="faiss, memory"