diff --git a/tests/python_client/testcases/test_delete.py b/tests/python_client/testcases/test_delete.py new file mode 100644 index 0000000000..7c62229fa8 --- /dev/null +++ b/tests/python_client/testcases/test_delete.py @@ -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