mirror of https://github.com/milvus-io/milvus.git
[skip ci]Moving package importing to the top (#7802)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/7804/head
parent
c242b8bb25
commit
9ccc9d2349
|
@ -5,6 +5,7 @@ from base.client_base import TestcaseBase
|
|||
from common import common_func as cf
|
||||
from common import common_type as ct
|
||||
from common.common_type import CaseLabel
|
||||
from utils.util_log import test_log as log
|
||||
|
||||
prefix = "e2e_"
|
||||
|
||||
|
@ -13,7 +14,6 @@ class TestE2e(TestcaseBase):
|
|||
""" Test case of end to end"""
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_milvus_default(self):
|
||||
from utils.util_log import test_log as log
|
||||
# create
|
||||
name = cf.gen_unique_str(prefix)
|
||||
t0 = time.time()
|
||||
|
|
Loading…
Reference in New Issue