EEEEE ====================================================================== ERROR: test_empties (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 38, in test_empties tags_by_band, songs_by_tags, songs_by_band = self.user.build(self.songs, self.bands) File ".../fn71091/2008-03-26 18:12:58/user.py", line 20, in build for item in song_by_tags: NameError: global name 'song_by_tags' is not defined ====================================================================== ERROR: test_globals (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 64, in test_globals tags_by_band, songs_by_tags, songs_by_band = self.user.build(self.songs, self.bands) File ".../fn71091/2008-03-26 18:12:58/user.py", line 20, in build for item in song_by_tags: NameError: global name 'song_by_tags' is not defined ====================================================================== ERROR: test_songs_by_band (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 57, in test_songs_by_band songs_by_band = self.user.build(self.songs, self.bands)[2] File ".../fn71091/2008-03-26 18:12:58/user.py", line 20, in build for item in song_by_tags: NameError: global name 'song_by_tags' is not defined ====================================================================== ERROR: test_songs_by_tags (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 51, in test_songs_by_tags songs_by_tags = self.user.build(self.songs, self.bands)[1] File ".../fn71091/2008-03-26 18:12:58/user.py", line 20, in build for item in song_by_tags: NameError: global name 'song_by_tags' is not defined ====================================================================== ERROR: test_tags_by_band (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 43, in test_tags_by_band tags_by_band = self.user.build(self.songs, self.bands)[0] File ".../fn71091/2008-03-26 18:12:58/user.py", line 20, in build for item in song_by_tags: NameError: global name 'song_by_tags' is not defined ---------------------------------------------------------------------- Ran 5 tests in 0.001s FAILED (errors=5)