TestCmd.py | 94 test.no_result() 95 test.no_result(condition) 96 test.no_result(condition, function) 97 test.no_result(condition, function, skip) 137 The TestCmd module provides pass_test(), fail_test(), and no_result() 157 TestCmd.no_result() 158 TestCmd.no_result(condition) 159 TestCmd.no_result(condition, function) 160 TestCmd.no_result(condition, function, skip) 238 'no_result', 365 def no_result(self = None, condition = 1, function = None, skip = 0): function 1080 def no_result(self, condition = 1, function = None, skip = 0): member in class:TestCmd [all...] |