pytest使用问题总结

2023-01-31 00:01:11 pytest

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

相关文章