python自动化测试BeautifulReport输出时遇到的问题
问题:输出报告需要加时间一起时间,就在filename里加时间,结果就提示错误,不知道怎么解决以下为正常情况:
以下是我修改后,出错的情况:
以下是我根据报错打开的源码:
1、File "F:\Lemon\PYTHON\lib\site-packages\BeautifulReport\BeautifulReport.py", line 409, in output_report
with open(override_path + self.filename, 'w', encoding='utf-8', newline='\n') as write_file:
2、File "F:\Lemon\PYTHON\lib\site-packages\BeautifulReport\BeautifulReport.py", line 380, in report
self.output_report(theme)
我该怎么解决? 发代码(可以复制粘贴的那种),不要发图 本帖最后由 zltzlt 于 2020-7-26 20:00 编辑
BeautifulReport 是个什么模块{:10_250:} zltzlt 发表于 2020-7-26 19:57
BeautifulReporter 是个什么模块
https://pypi.org/project/BeautifulReport/
页:
[1]