Searched refs:attached_files (Results 1 – 2 of 2) sorted by relevance
164 def attached_files(self, working_directory): member in MockDroneManager1068 attached_files = self.mock_drone_manager.attached_files(1071 self.assert_(job_keyval_path in attached_files, attached_files)1072 keyval_contents = attached_files[job_keyval_path]
923 attached_files = self._attached_files.pop(results_dir, {})924 for file_path, contents in attached_files.iteritems():