TestCmd.py | 89 test.fail_test() 90 test.fail_test(condition) 91 test.fail_test(condition, function) 92 test.fail_test(condition, function, skip) 137 The TestCmd module provides pass_test(), fail_test(), and no_result() 152 TestCmd.fail_test() 153 TestCmd.fail_test(condition) 154 TestCmd.fail_test(condition, function) 155 TestCmd.fail_test(condition, function, skip) 237 'fail_test', 338 def fail_test(self = None, condition = 1, function = None, skip = 0): function 1043 def fail_test(self, condition = 1, function = None, skip = 0): member in class:TestCmd [all...] |