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