qitest.result – Storing the result of a test

TestResult

class qitest.result.TestResult(test)

Just a small class to store the results for a test

test

A dictionnary representing the test, as returned by qitest.conf.parse_tests()

time

The time in seconds that the test took to run

ok

A boolean indicating wether the test was sucessful

message

A list of arguments for a qisys.ui.info() call. Used by the TestLogger