pytest使用问题总结

python学习网 2019-03-29 06:31:01

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

阅读(2435) 评论(0)