mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
d98a5e441f
add restful v2 test Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
10 lines
207 B
Markdown
10 lines
207 B
Markdown
|
|
## How to run the test cases
|
|
|
|
install milvus with authentication enabled
|
|
|
|
```bash
|
|
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
|
|
```
|