关注分享主机优惠活动
国内外VPS云服务器

Pytest+Allure使用问题记录

大多数问题都是由安装引起的。比如需要卸载再安装包,就不需要重复安装。版本问题和这个差不多。一般建议卸载现有版本,安装较低版本,因为版本太高。重新加载较低版本时会报告以下错误:重新加载最新版本,重新加载包。

1.你可以在网上找到非常详细的安装过程说明。材料也比较多。

2、pytest -allure -适配器问题大部分问题是由于xff0c& # xf0c安装“pytest-allure-adaptor”例如:没有名为& # 39;allure.pytest _ plugin & # 39;'倾城& # 39;此时不是一个包& xf0c;你需要卸载pytest -allure -adaptor;首先,然后pip安装allure-pytest包;如果已经安装,没有必要重复安装。

3.版本问题类似于pluggy . manager . pluginvalidationerror:unknown hook & # 39;pytest _ namespace & # 39插件this & # xff0c一般pytest版本太高,导致xff0c建议卸载现有版本并安装pytest的早期版本。

pip卸载pytestpip安装pytest & # 61=4.0.2 4.pytest的较低版本的后续重新安装给出以下错误:TypeError: attrib()获得了意外的关键字参数& # 39;转换& # 39;重新加载最新版本的pytest,重新加载allure-pytest包。

pip卸载pytestpip安装pytestpip安装allure-pytest

未经允许不得转载:主机频道 » Pytest+Allure使用问题记录

相关推荐

评论 抢沙发

评论前必须登录!