milvus/tests20/python_client/testcases/test_collection.py
紫晴 ec3d8c98a4
update test code (#5197)
update test code
2021-05-13 04:17:15 +00:00

13 lines
323 B
Python

import pytest
from base.client_request import ApiReq
from utils.util_log import test_log as log
from common.common_type import *
class TestCollection(ApiReq):
""" Test case of collection interface """
@pytest.mark.tags(CaseLabel.L3)
def test_case(self):
log.info("Test case of collection interface")