pytest 框架执行error

ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]

pytest: error: unrecognized arguments: --alluredir=./info

错误描述:

脚本前几天执行还好好的,今天执行的时候就出现报错,网上搜了方法尝试后并无作用,错误截图如下:

pytest 框架执行error

错误分析:

考虑是我电脑上装了两个pycharm,安装库和使用库的并不是同一个pycharm,导致报错

解决方法:

卸载其中一个不常用的pycharm,然后在命令行中使用 pip install allure-pytest  命令安装库,再次执行时就恢复正常了

 

如果你出现类似错误,务必先确定报错信息是否和我一致,前面我看别的分享中报错和我这个很像,但是并没有解决我的这个问题。

 

pytest 框架执行error

上一篇:HQL题目记录以及解题思路--持续更新


下一篇:如何修改设置Intellij IDEA中全文搜索的file mask属性