Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dshell_unittest.py50 def _testData(self, functor, tests, check_type=True): member in DiffTestCase
93 self._testData(rh.shell.shell_quote, tests_quote)
94 self._testData(rh.shell.shell_unquote, tests_unquote)
97 self._testData(aux, {k: k for k in tests_quote.values()}, False)
98 self._testData(aux, {k: k for k in tests_quote}, False)
114 self._testData(rh.shell.cmd_to_str, tests)