Searched refs:_isfile (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/atest/test_finders/ |
D | test_finder_utils_unittest.py | 127 def test_find_parent_module_dir(self, _isfile, _isdir): argument 141 def test_find_parent_module_dir_with_autogen_config(self, _isfile, _isdir): argument 155 def test_find_parent_module_dir_with_autogen_subconfig(self, _isfile, _isdir): argument 175 def test_find_parent_module_dir_with_multi_autogens(self, _isfile, _isdir): argument 195 def test_find_parent_module_dir_robo(self, _is_robo, _isfile, _isdir): argument
|
D | tf_integration_finder_unittest.py | 68 def test_find_test_by_integration_name(self, _isfile, _path, mock_find, argument 99 def test_find_int_test_by_path(self, _exists, _find, _isfile, _isdir, _real, argument
|
D | module_finder_unittest.py | 154 def test_find_test_by_class_name(self, _isdir, _isfile, _fqcn, argument 208 def test_find_test_by_module_and_class(self, _isfile, _fqcn, argument 245 def test_find_test_by_package_name(self, _isdir, _isfile, mock_checkoutput, argument 281 def test_find_test_by_module_and_package(self, _isfile, mock_checkoutput, argument 321 def test_find_test_by_path(self, mock_pathexists, mock_dir, _isfile, _real, argument
|
/tools/tradefederation/core/atest/ |
D | module_info_unittest.py | 42 def test_load_mode_info_file_out_dir_handling(self, _isfile, _open, _json): argument
|