在pytest中,选项字符串'-xvvv'是什么意思
In pytest what does the option string '-xvvv' mean
我看到了很多包含参数字符串“-xvvv”的 pytest (py.test) 调用示例。我知道 -x 表示在第一次失败时停止,而单个 v 表示详细输出。多余的 v 字符表示什么?
@hoefling,@Amit:谢谢!越来越冗长了。
我看到了很多包含参数字符串“-xvvv”的 pytest (py.test) 调用示例。我知道 -x 表示在第一次失败时停止,而单个 v 表示详细输出。多余的 v 字符表示什么?
@hoefling,@Amit:谢谢!越来越冗长了。