pytest使用问题总结

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

原文地址:https://www.cnblogs.com/jiguanghover/p/10615076.html