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 ".../fn44365/2008-03-23 21:41:30/user.py", line 19, in band_labels band=upd_bands[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 ".../fn44365/2008-03-23 21:41:30/user.py", line 42, in band_songs def band_songs(band_name):return upd_bands[band_name][1].keys() KeyError: 'Soundgarden' ---------------------------------------------------------------------- Ran 5 tests in 0.001s FAILED (errors=2)