Searched refs:cli_t (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/ |
D | cli_translator_unittest.py | 31 import cli_translator as cli_t namespace 79 self.ctr = cli_t.CLITranslator() 106 ctr = cli_t.CLITranslator() 173 ctr = cli_t.CLITranslator() 217 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 228 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 240 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 241 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 256 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 257 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
|
/tools/tradefederation/core/atest/ |
D | cli_translator_unittest.py | 26 import cli_translator as cli_t namespace 78 self.ctr = cli_t.CLITranslator() 105 ctr = cli_t.CLITranslator() 172 ctr = cli_t.CLITranslator() 216 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 227 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 239 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 240 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos', 255 @mock.patch.object(cli_t.CLITranslator, '_find_tests_by_test_mapping') 256 @mock.patch.object(cli_t.CLITranslator, '_get_test_infos',
|