import pytest from base.client_request import ApiReq from utils.util_log import test_log as log from common.common_type import * class TestSchema(ApiReq): """ Test case of schema interface """ @pytest.mark.tags(CaseLabel.L3) def test_case(self): log.info("Test case of schema interface")