ExecutionInfo

回報問題 查看原始碼 Nightly · 7.4 . 7.3 · 7.2 · 7.1 · 7.0 · 6.5

使用這個提供者,指定執行測試所需的特殊環境需求。

成員

ExecutionInfo

ExecutionInfo ExecutionInfo(requirements={}, exec_group='test')

建立例項。

參數

參數 說明
requirements dict;預設值為 {}
表示特殊執行需求的字典,例如硬體平台。
exec_group 字串; 預設值為 'test'
。 用於執行測試的執行群組名稱。

exec_group

string ExecutionInfo.exec_group

用來執行測試的 exec 群組名稱。

需求條件

dict ExecutionInfo.requirements

字典,指出特殊執行需求,例如硬體平台。