Update README.md

This commit is contained in:
Malte Pietsch 2021-09-21 17:56:40 +02:00 committed by GitHub
parent bddee2def4
commit ff1adb64c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"