milvus/tests/restful_client_v2
2024-11-16 16:00:31 +08:00
..
api test: add restful cases for full text search and some minor fix (#37148) 2024-10-31 21:18:23 +08:00
base test: update timeout of load in ci cases (#37596) 2024-11-16 16:00:31 +08:00
config
testcases enhance: rename tokenizer to analyzer and check analyzer params (#37478) 2024-11-10 16:12:26 +08:00
utils test: add restful cases for full text search and some minor fix (#37148) 2024-10-31 21:18:23 +08:00
conftest.py test: update restful v2 testcases (#31404) 2024-03-21 15:31:09 +08:00
pytest.ini test: enable import job test in ci (#31530) 2024-03-28 10:31:10 +08:00
README.md
requirements.txt enhance: rename tokenizer to analyzer and check analyzer params (#37478) 2024-11-10 16:12:26 +08:00

How to run the test cases

install milvus with authentication enabled

pip install -r requirements.txt
pytest testcases -m L0 -n 6 -v --endpoint http://127.0.0.1:19530 --minio_host 127.0.0.1