Searched refs:test_files (Results 1 – 3 of 3) sorted by relevance
104 options.test_files = []124 options.test_files.append(file_path)126 options.test_files = options.test_files + options.source_files134 options.test_files = [options.test_path]
347 def _find_all_commands(test_files, source_root_dir): argument351 for test_file in test_files:362 def get_command_infos(test_files, source_root_dir): argument365 commands, new_source_files = _find_all_commands(test_files, source_root_dir)
146 self.context.options.test_files, self.context.options.source_root_dir)