@@ -114,4 +114,6 @@ if __name__ == "__main__":
`test_result`:查看程序运行的结果
-`test`:测试流程汇总
+`test`:测试流程汇总
+
+http://gogsb.retailwell.com/yuqili/test-ailab.git
@@ -52,8 +52,6 @@ class AI(object):
}
# dag_uuid如果存在,则更新任务,否则新建任务
r = R.post(url=self.start_url, json=data)
- with open("test.json", "w", encoding="utf8") as f:
- f.write(r.text)
print("testing execute process completed")
self.lst = lst