From 24d175bc72bc9006db63d1a192f5c00e4a364ffe Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Tue, 16 Nov 2021 09:03:17 +0800 Subject: [PATCH] [skip ci]Update en readme for SDK test (#11851) Signed-off-by: zhuwenxing --- tests/python_client/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/python_client/README.md b/tests/python_client/README.md index 5ae7713a43..b90d5895c1 100644 --- a/tests/python_client/README.md +++ b/tests/python_client/README.md @@ -115,6 +115,8 @@ where `host` should be set as the IP address of the Milvus service, and `*.html` ![Module Overview](./graphs/module_call_diagram.jpg) +SDK Test Flow Chart + ### Working directories and files - **base**: stores the encapsulated **PyMilvus** **module** files, and setup & teardown functions for pytest framework.