在Pycharm中右键运行程序时出现Run 'pytest in XXX.py'恢复正常模式

1、在Pycharm中右键运行python程序时出现Run 'pytest in XXX.py'

这是进入了Pytest模式。

2、解决办法

进入到File->Settings->Tools->Python integrated Tools页面

找到Testing下的Default test runner

把Pytest设置为Unittests就可以了


你可能感兴趣的:(在Pycharm中右键运行程序时出现Run 'pytest in XXX.py'恢复正常模式)