From 7844c95f8379fe397c1b6cbcf393cc7b0fb604ee Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 7 Oct 2021 20:42:39 +0800 Subject: [PATCH] [skip ci] Improve comments fot test case (#9418) Signed-off-by: Binbin Lv --- tests/python_client/testcases/entity/test_insert.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/python_client/testcases/entity/test_insert.py b/tests/python_client/testcases/entity/test_insert.py index 505336d9e4..f833b04895 100644 --- a/tests/python_client/testcases/entity/test_insert.py +++ b/tests/python_client/testcases/entity/test_insert.py @@ -1054,6 +1054,11 @@ class TestInsertInvalid(object): @pytest.mark.tags(CaseLabel.L2) def test_insert_with_invalid_partition_name(self, connect, collection, get_tag_name): + """ + target: test insert with invalid scenario + method: insert with invalid partition name + expected: raise exception + """ tag_name = get_tag_name connect.create_partition(collection, default_tag) if tag_name is not None: