simetrix.dvm.BasicTestContext¶
- class simetrix.dvm.BasicTestContext¶
Bases:
objectProvides contextual information about a currently executing DVM test.
Methods
label()Returns the label for the test.
logData()Returns the log data about the active test.
Returns the path of the directory containing the report.
- label() str¶
Returns the label for the test.
- Returns:
Label for the test.
- Return type:
str
- logData() LogTestData¶
Returns the log data about the active test.
- reportDirectory() str¶
Returns the path of the directory containing the report.
- Returns:
Path of the directory containing the report.
- Return type:
str