Searched refs:attached_files (Results 1 – 2 of 2) sorted by relevance
177 def attached_files(self, working_directory): member in MockDroneManager1101 attached_files = self.mock_drone_manager.attached_files(1104 self.assert_(job_keyval_path in attached_files, attached_files)1105 keyval_contents = attached_files[job_keyval_path]
889 attached_files = self._attached_files.pop(results_dir, {})890 for file_path, contents in attached_files.iteritems():