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 ".../fn43900/2008-03-22 18:35:57/user.py", line 16, in f0 for tag in band_songs[band_name][0]: 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 ".../fn43900/2008-03-22 18:35:57/user.py", line 26, in f2 for song in band_songs[band_name][1:]: KeyError: 'Soundgarden' ---------------------------------------------------------------------- Ran 5 tests in 0.005s FAILED (errors=2)