Searched refs:got_list (Results 1 – 1 of 1) sorted by relevance
112 def compare_list(self, expected_list, got_list): argument113 if len(expected_list) != len(got_list):116 for (expected,got) in zip(expected_list, got_list):