def test_template(): print( BaseApi.template("D:/PythonWork/python/test_requests/api/tag.add.yaml", { "token": "123", "tag_name": "demo" }))
def test_template(): print(BaseApi.template("tag_get.yaml", {"access_token": 123}))
def test_template(): print( BaseApi.template("../api/tag.add.yaml", { "token": "123", "tag_name": "demo" }))