EE... ====================================================================== ERROR: test_empties (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 39, in test_empties self.assertNoOrder([], tags_by_band('My Jolly Band')) File ".../fn43545/2008-03-21 23:04:03/user.py", line 20, in tags_by_band return [band for band in bands_dict[band][1]] KeyError: 'My Jolly Band' ====================================================================== ERROR: test_globals (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 73, in test_globals self.assertNoOrder([], local_songs_by_band('Soundgarden')) File ".../fn43545/2008-03-21 23:04:03/user.py", line 22, in songs_by_band return bands_dict[band][0] KeyError: 'Soundgarden' ---------------------------------------------------------------------- Ran 5 tests in 0.001s FAILED (errors=2)