autotest
允许精细调整自动测试执行。 更多信息...
自 | Qbs 1.13 |
属性
- allowFailure : bool
- arguments : stringList
- timeout : int
- workingDir : string
详细描述
autotest
模块提供属性,允许自动测试应用程序指定它们应该如何运行。
属性文档
allowFailure : bool |
对于此属性为 true
的自动测试,在没有导致整个 AutotestRunner 失败的情况下可以返回非零退出代码。对于已知不可靠的测试使用此功能。
默认值: false
arguments : stringList |
用于调用自动测试的参数列表。如果不指定,则使用调用自动测试的 AutotestRunner 的 arguments 属性。
默认值: 未定义
[自 Qbs 1.15] timeout : int |
workingDir : string |
自动测试的工作目录。如果不指定,则使用调用自动测试的 AutotestRunner 的 workingDir 属性。
默认值: 未定义
版权声明©