yolov5 的 test.py 报错: use ‘pytest --fixtures [testpath]‘ for help on them.

想要运行 test.py,总是会出现报错。这是因为函数 test这个函数名的原因:

yolov5 的 test.py 报错: use ‘pytest --fixtures [testpath]‘ for help on them.

 在这里需要需改一个函数名,在调用 pytest 依赖库,函数名的定义中不能出现 test 这个英文,所以修改如下:

首先修改函数名,我自己修改为 pd,你可以自己取一个名字:

yolov5 的 test.py 报错: use ‘pytest --fixtures [testpath]‘ for help on them.

 然后在主函数中,再修改一下,换成你刚刚改的名字:

yolov5 的 test.py 报错: use ‘pytest --fixtures [testpath]‘ for help on them.

 然后,test.py就可以运行了,问题解决!

yolov5 的 test.py 报错: use ‘pytest --fixtures [testpath]‘ for help on them.

 

上一篇:修改python运行方式--修改位置


下一篇:Windows Configure DNS Server and Suffix