我看到运行默认设置pytest配置的参数如下:
pytest
Launching pytest with arguments payments/tests/test_edd_countries.py --no-header --no-summary -q in payments/tests
我想特别删除所有这些参数:
--no-header --no-summary -q
如果Edit Configurations中的Runtime configuration甚至没有显示它们,如何实现这一点?
Edit Configurations
Runtime configuration
4nkexdtk1#
参数--no-header --no-summary -q被添加为IDE设置(它们未在 * 运行配置 * 中设置)。可以通过转到File>Settings>Advanced Settings>Python并选中选项Pytest: do not add "--no-header --no-summary -q"来配置它们,如屏幕截图所示:
File
>
Settings
Advanced Settings
Python
Pytest: do not add "--no-header --no-summary -q"
1条答案
按热度按时间4nkexdtk1#
参数
--no-header --no-summary -q
被添加为IDE设置(它们未在 * 运行配置 * 中设置)。可以通过转到
File
>
Settings
>
Advanced Settings
>
Python
并选中选项Pytest: do not add "--no-header --no-summary -q"
来配置它们,如屏幕截图所示: