码迷,mamicode.com
首页 > 其他好文 > 详细

安装pytest-allure-adaptor后,运行报错:AttributeError: module 'pytest' has no attribute 'allure'

时间:2020-03-05 13:07:00      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:pytho   error   dap   module   --   就会   解决   cas   attribute   

原因:因为pytest-allure-adaptor库基本被python3放弃了,运行很不友好,反正我运行就是报错

解决方法:

先卸载:pip uninstall pytest-allure-adaptor

再安装:pip allure-pytest

然后再去对应case的文件夹下面cmd里面运行: pytest -s -q --alluredir  report  (可以改为你想设的路径,如果是report默认当前目录下),就会生成report文件夹了

安装pytest-allure-adaptor后,运行报错:AttributeError: module 'pytest' has no attribute 'allure'

标签:pytho   error   dap   module   --   就会   解决   cas   attribute   

原文地址:https://www.cnblogs.com/mo-nian/p/12419481.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!