Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dshell_unittest.py43 def _assertEqual(self, func, test_input, test_output, result): argument
47 (func, test_input, test_output, result, diff))
52 for test_output, test_input in tests.items():
53 result = functor(test_input)
54 self._assertEqual(functor.__name__, test_input, test_output, result)