欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

pytest使用问题总结

程序员文章站 2022-03-25 18:56:21
问题一、AttributeError: module 'pytest' has no attribute 'allure'解决方法:pip3 uninstall pytest-allure-adaptorpip3 install allure-pytest ......

问题一
attributeerror: module 'pytest' has no attribute 'allure'
解决方法:
pip3 uninstall pytest-allure-adaptor
pip3 install allure-pytest