钮钴禄闻。 发表于 2020-7-26 19:54:53

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)


我该怎么解决?

liuzhengyuan 发表于 2020-7-26 19:56:30

发代码(可以复制粘贴的那种),不要发图

zltzlt 发表于 2020-7-26 19:57:03

本帖最后由 zltzlt 于 2020-7-26 20:00 编辑

BeautifulReport 是个什么模块{:10_250:}

liuzhengyuan 发表于 2020-7-26 19:59:03

zltzlt 发表于 2020-7-26 19:57
BeautifulReporter 是个什么模块

https://pypi.org/project/BeautifulReport/
页: [1]
查看完整版本: python自动化测试BeautifulReport输出时遇到的问题