如何使用 -s 等命令行选项将 PyCharm 配置为 运行 py.test?

How do you configure PyCharm to run py.test with command-line options like -s?

我想出了如何 运行 py.test 来自 PyCharm 的文件:

但我似乎无法添加 -s 选项以允许我的测试脚本 运行 不捕获和隐藏标准输出。 (我在解释器选项下尝试了 -s,但它似乎什么也没做。)

如何启用 -s

哦,我终于明白了:

您将其添加到 Run/Edit 配置对话框的 py.tests 选项区域。