From b082cda2ec6b29fc982e67e926e198a8bb4b01d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B4=AB=E6=99=B4?= Date: Thu, 15 Jul 2021 15:03:54 +0800 Subject: [PATCH] Part of the fixture moved to the conftest file (#6523) * Part of the fixture moved to the conftest file Signed-off-by: wangting0128 * Update README_CN.md file Signed-off-by: wangting0128 * Update index case Signed-off-by: wangting0128 --- tests20/python_client/README_CN.md | 22 ++--- tests20/python_client/base/client_base.py | 47 +++++----- tests20/python_client/check/func_check.py | 7 ++ tests20/python_client/check/param_check.py | 2 + tests20/python_client/common/code_mapping.py | 8 ++ tests20/python_client/conftest.py | 59 ++++++++++++ .../graphs/module_call_diagram.jpg | Bin 0 -> 315483 bytes tests20/python_client/pytest.ini | 3 +- tests20/python_client/testcases/test_index.py | 87 ++++++------------ tests20/python_client/testcases/test_query.py | 37 ++++---- .../python_client/testcases/test_utility.py | 13 --- 11 files changed, 151 insertions(+), 134 deletions(-) create mode 100644 tests20/python_client/graphs/module_call_diagram.jpg diff --git a/tests20/python_client/README_CN.md b/tests20/python_client/README_CN.md index d6da3be8c5..71a957b2be 100644 --- a/tests20/python_client/README_CN.md +++ b/tests20/python_client/README_CN.md @@ -98,7 +98,7 @@

 

模块介绍

模块调用关系图

-

img

+

img

工作目录及文件介绍