Searched refs:expected_paths (Results 1 – 1 of 1) sorted by relevance
128 self, actual_paths, expected_paths, file_to_update_on_error): argument140 self.assertTrue(expected_paths)141 missing_paths = expected_paths - actual_paths142 extra_paths = actual_paths - expected_paths