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
上一篇: [日常] nginx的错误日志error_log设置
下一篇: Python-语法模板大全(常用)