qitest.result – Storing the result of a test¶
QiTest Result
TestResult¶
-
class
qitest.result.
TestResult
(test)¶ Just a small class to store the results for a test
-
test
¶ A dictionary 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 whether the test was successful
-
message
¶ A list of arguments for a
qisys.ui.info()
call. Used by theTestLogger
-