Searched refs:test_output (Results 1 – 1 of 1) sorted by relevance
/tools/repohooks/rh/ |
D | shell_unittest.py | 40 def _assertEqual(self, func, test_input, test_output, result): argument 42 diff = '\n'.join(list(self.differ.compare([test_output], [result]))) 44 (func, test_input, test_output, result, diff)) 45 self.assertEqual(test_output, result, msg) 49 for test_output, test_input in tests.items(): 51 self._assertEqual(functor.__name__, test_input, test_output, result) 57 self.assertEqual(type(test_output), str)
|