mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add alias testcase (#8335)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
6bbae85674
commit
7d470091bc
21
tests/python_client/testcases/test_alias.py
Normal file
21
tests/python_client/testcases/test_alias.py
Normal file
@ -0,0 +1,21 @@
|
||||
import pytest
|
||||
|
||||
from base.client_base import TestcaseBase
|
||||
|
||||
prefix = "alias"
|
||||
|
||||
class TestAliasParams(TestcaseBase):
|
||||
""" Test cases of alias interface parameters"""
|
||||
pass
|
||||
|
||||
class TestAliasParamsInvalid(TestcaseBase):
|
||||
""" Negative test cases of alias interface parameters"""
|
||||
pass
|
||||
|
||||
class TestAliasOperation(TestcaseBase):
|
||||
""" Test cases of alias interface operations"""
|
||||
pass
|
||||
|
||||
class TestAliasOperationInvalid(TestcaseBase):
|
||||
""" Negative test cases of alias interface operations"""
|
||||
pass
|
||||
Loading…
x
Reference in New Issue
Block a user