def tfs_server_mock():
for method in (httpretty.GET, httpretty.POST, httpretty.PATCH):
httpretty.register_uri(method, re.compile(r"http://tfs.tfs.ru(.*)"),
body=request_callback_get,
content_type="application/json")
文章目录