def _create_cloudtasks_client_testing(self, http):
with open(
os.path.join(os.path.dirname(__file__),
'../../artman/conductors/cloudtasks.json'), 'r') as f:
return build_from_document(f.read(), http=http)
评论列表
文章目录