simetrix.dvm.LogTestData

class simetrix.dvm.LogTestData

Bases: object

Contains data held within the log file about a single test.

Methods

executed()

Returns the executed string.

logPath()

Returns the path to the log file.

progress()

Returns the progress as a tuple containing first the test number, and second the number of tests being run.

rawData()

Returns the raw data from the log file.

reportPath()

Returns the path to the report file.

results()

Returns the results for the test.

rstatus()

Returns the status string.

simulator()

Returns the simulator statement.

status()

Returns the status string.

executed() str

Returns the executed string.

logPath() str

Returns the path to the log file.

progress() tuple[int, int]

Returns the progress as a tuple containing first the test number, and second the number of tests being run.

rawData() list[str]

Returns the raw data from the log file.

reportPath() str

Returns the path to the report file.

results() list[LogTestDataResult]

Returns the results for the test.

rstatus() str

Returns the status string.

simulator() str

Returns the simulator statement.

status() str

Returns the status string.