1 Star 0 Fork 0

01wrp/00apiTestP2P

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run_suite.py 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
wrp 提交于 2023-03-18 20:57 . Initial commit
import unittest
import app,time
from lib.HTMLTestRunner_PY3 import HTMLTestRunner
from script.approve import approve
from script.login import login
from script.tender import tender
from script.tender_process import test_tender_process
from script.trust import trust
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(login))
suite.addTest(unittest.makeSuite(approve))
suite.addTest(unittest.makeSuite(trust))
suite.addTest(unittest.makeSuite(tender))
suite.addTest(unittest.makeSuite(test_tender_process))
#report_file = app.BASE_DIR + "/report/report{}.html".format(time.strftime("%Y%m%d-%H%M%S"))
report_file = app.BASE_DIR + "/report/report.html"
with open(report_file,'wb') as f:
runner = HTMLTestRunner(f,title="P2P金融项目接口测试报告",description="test")
runner.run(suite)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/WRP1234/00apiTestP2P.git
git@gitee.com:WRP1234/00apiTestP2P.git
WRP1234
00apiTestP2P
00apiTestP2P
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385