12 2018 档案

摘要:1.下载BeautifulReport模块 下载地址:https://github.com/TesterlifeRaymond/BeautifulReport 2.解压与存放路径 下载BeautifulReport的完整.ZIP文件,然后解压,把整个文件包放到本地python的/Lib/site-p 阅读全文
posted @ 2018-12-09 21:19 珠海-路飞
摘要:代码示例: 2.选择python tests py.test 3.设置代码路径,名称随意,python版本随意,然后点击保存 4.验证成功 第二种方法: 在运行时候加个-s就行了,例如 pytest.main(["-m","add",“-s”]) 阅读全文
posted @ 2018-12-04 16:16 珠海-路飞 阅读(3464) 评论(0) 推荐(0)