在pycharm中运行pytest脚本时,一直报错,将 Default test runner修改为pytest,仍报错,如图:
解决方案如下:
1.修改工程设置默认的运行器为pytest,file->Setting->Tools->Python Integrated Tools->项目名称->Default test runner->选择pytest后pytest不生效,点击pycharm的右上角的 Edit Configurations,如图:
2.将python改为python test,然后点击【apply】-【OK】按钮,就可以有运行pytest脚本了,如图: