Searched refs:wasSuccessful (Results 1 – 12 of 12) sorted by relevance
26 self.assertFalse(results.wasSuccessful())40 self.assertFalse(results.wasSuccessful())52 self.assertEqual(True, tc.runTests().wasSuccessful())
123 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)132 self.assertFalse(tc.runTests().wasSuccessful(), msg=msg)140 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)
86 if self.wasSuccessful():228 def wasSuccessful(self): member in OETestResult233 def wasSuccessful(self): member in OEListTestsResult
48 ret = 0 if results.wasSuccessful() else 1
232 results_status[layer['name']] = 'PASS' if results[layer['name']].wasSuccessful() else 'FAIL'242 if not results[layer_name] or not results[layer_name].wasSuccessful():
64 ret = 0 if results.wasSuccessful() else 1
208 if result.wasSuccessful():
110 def wasSuccessful(self): member in ProxyTestResult285 if newbuilddir and unittest_result.wasSuccessful():
99 if not result.wasSuccessful():
139 if not result.wasSuccessful():
37 if newbuilddir and ret.wasSuccessful() and self.removefunc:391 if not r.wasSuccessful():
419 if not results.wasSuccessful():