pycharm不以pytest方式运行,想要切换回普通模式运行的方法
有时候系统会以pytest的形式运行,如果不想以这种方式运行,换回普通模式,那么就点击画圈圈那里的白色三角行点击Edit configurations
点击“-”
出现如下图,点击python
点击左上角的“+”,选择Python
查找你所需要执行的文件所在的目录
点击ok
在Name那里写文件名
点击右下角的ok
这时候再观察,发现没有pytest了
右键选run 运行程序
https://blog.csdn.net/qq_33772192/article/details/88094083 https://blog.csdn.net/weixin_41605937/article/details/82919430
页:
[1]