Home
last modified time | relevance | path

Searched refs:test_output (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dshell_unittest.py43 def _assertEqual(self, func, test_input, test_output, result): argument
45 diff = '\n'.join(list(self.differ.compare([test_output], [result])))
47 (func, test_input, test_output, result, diff))
48 self.assertEqual(test_output, result, msg)
52 for test_output, test_input in tests.items():
54 self._assertEqual(functor.__name__, test_input, test_output, result)
60 self.assertEqual(type(test_output), str)