From 33a8b40d4433fa6670ffb7a6c6219bbf86ca4e5d Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Wed, 15 Sep 2021 12:51:48 +0800 Subject: [PATCH] [skip ci] Add comments for test case (#7947) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_query_20.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/python_client/testcases/test_query_20.py b/tests/python_client/testcases/test_query_20.py index 6bad7880b0..b3b87a3d16 100644 --- a/tests/python_client/testcases/test_query_20.py +++ b/tests/python_client/testcases/test_query_20.py @@ -285,6 +285,11 @@ class TestQueryBase(TestcaseBase): @pytest.mark.tags(CaseLabel.L2) @pytest.mark.parametrize("pos", [0, ct.default_nb]) def test_query_expr_not_in_empty_and_all(self, pos): + """ + target: test query with `not in` expr + method: query with `not in` expr for (non)empty collection + expected: verify query result + """ self._connect() df = cf.gen_default_dataframe_data() self.collection_wrap.construct_from_dataframe(cf.gen_unique_str(prefix), df,