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 ".../fn71102/2008-03-25 21:49:38/user.py", line 45, in funk1 = (lambda band_name : f1(bandTags, band_name)) File ".../fn71102/2008-03-25 21:49:38/user.py", line 8, in f1 return db[band_name] 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 ".../fn71102/2008-03-25 21:49:38/user.py", line 47, in funk3 = (lambda band_name : f1(bandSongs, band_name)) File ".../fn71102/2008-03-25 21:49:38/user.py", line 8, in f1 return db[band_name] KeyError: 'Soundgarden' ---------------------------------------------------------------------- Ran 5 tests in 0.002s FAILED (errors=2)