app_searchExport.py 406 B

12345678910111213
  1. from hytest import *
  2. from lib.webapi import apimgr
  3. class c1:
  4. name = "app招标采购搜索数据导出"
  5. def teststeps(self):
  6. INFO("测试步骤")
  7. STEP(1,"第一步调用函数")
  8. res = apimgr.app_searchExport()
  9. r = res.json()
  10. actural = r['_id']
  11. STEP(2,"第二步设置检查点")
  12. CHECK_POINT("检查_id有返回值,不为空",actural != "")