mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add test delete file (#9748)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
63ae5bd90c
commit
8bbed24ba9
13
tests/python_client/testcases/test_delete.py
Normal file
13
tests/python_client/testcases/test_delete.py
Normal file
@ -0,0 +1,13 @@
|
||||
import pytest
|
||||
|
||||
from base.client_base import TestcaseBase
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Waiting for development")
|
||||
class TestDeleteParams(TestcaseBase):
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Waiting for development")
|
||||
class TestDeleteOperation(TestcaseBase):
|
||||
pass
|
||||
Loading…
x
Reference in New Issue
Block a user