未验证 提交 111f6e4f 编写于 作者: B binbin 提交者: GitHub

[skip ci] Add comments for test case (#9090)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 197ca2d6
......@@ -2495,6 +2495,11 @@ class TestHasCollectionInvalid(object):
@pytest.mark.tags(CaseLabel.L2)
def test_has_collection_with_empty_collection_name(self, connect):
"""
target: test list collections with invalid scenario
method: show collection with empty collection name
expected: raise exception
"""
collection_name = ''
with pytest.raises(Exception) as e:
connect.has_collection(collection_name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册