mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
16 lines
274 B
Python
16 lines
274 B
Python
import pytest
|
|
from milvus import DataType
|
|
|
|
|
|
from common.common_type import *
|
|
from common.common_func import *
|
|
from base.ClientRequest import Base, ApiReq
|
|
|
|
|
|
class CheckParams:
|
|
def __init__(self):
|
|
pass
|
|
|
|
@staticmethod
|
|
def check_str_param(self):
|
|
pass |