Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dshell_unittest.py40 def _assertEqual(self, func, test_input, test_output, result): argument
44 (func, test_input, test_output, result, diff))
49 for test_output, test_input in tests.items():
50 result = functor(test_input)
51 self._assertEqual(functor.__name__, test_input, test_output, result)