问题一、
AttributeError: module 'pytest' has no attribute 'allure'
解决方法:
pip3 uninstall pytest-allure-adaptor
pip3 install allure-pytest
分类
pytest使用问题总结
阅读(2435) 评论(0)
问题一、
AttributeError: module 'pytest' has no attribute 'allure'
解决方法:
pip3 uninstall pytest-allure-adaptor
pip3 install allure-pytest