pytest.main()函数参数设置无效问题

原因:系统检测到pytest框架,默认进入pytest模式,倒是执行时不会使用自己定义的参数
解决::
进入到File->Settings->Tools->Python integrated Tools页面
找到Testing下的Default test runner
把Pytest设置为Unittests就可以了
pytest.main()函数参数设置无效问题_第1张图片

你可能感兴趣的:(问题类,pytest)