首页 > 其他 > 详细

AttributeError: module 'allure' has no attribute 'severity_level' 解决

时间:2021-03-02 20:08:51      阅读:545      评论:0      收藏:0      [点我收藏+]

安装了 pytest-allure-adaptor 后,执行测试用例报错:AttributeError: module ‘allure‘ has no attribute ‘severity_level‘

原因:

因为之前已经安装了 allure-pytest

解决:

卸载 pytest-allure-adaptor

pip uninstall pytest-allure-adaptor
pip install allure-pytest

AttributeError: module 'allure' has no attribute 'severity_level' 解决

原文:https://www.cnblogs.com/yanlin-10/p/14470457.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!