Searched refs:attached_files (Results 1 – 2 of 2) sorted by relevance
166 def attached_files(self, working_directory): member in MockDroneManager1076 attached_files = self.mock_drone_manager.attached_files(1079 self.assert_(job_keyval_path in attached_files, attached_files)1080 keyval_contents = attached_files[job_keyval_path]
932 attached_files = self._attached_files.pop(results_dir, {})933 for file_path, contents in attached_files.iteritems():