Searched refs:test_good (Results 1 – 4 of 4) sorted by relevance
21 self.test_good = mock.MagicMock()39 ft.test_good.assert_called_with()42 ft.test_good.assert_called_with('arg1', arg2='arg2')49 ft.test_good.assert_called_with()52 ft.test_good.assert_called_with('arg1', arg2='arg2')
20 static int interrupted, test_good = 0; variable306 test_good = 1; in sequencer_cb()394 lwsl_user("Completed: %s\n", !test_good ? "FAIL" : "PASS"); in main()398 return !test_good; in main()
344 def test_good(self): member in TestOwnersChecks
152 static void test_good(skiatest::Reporter* r) { in test_good() function830 test_good(reporter); in DEF_TEST()