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 ".../fn71099/2008-03-25 21:07:23/user.py", line 4, in build songs_couple= [ couple(x) for x in songs] NameError: global name 'songs' 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 ".../fn71099/2008-03-25 21:07:23/user.py", line 4, in build songs_couple= [ couple(x) for x in songs] NameError: global name 'songs' 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 ".../fn71099/2008-03-25 21:07:23/user.py", line 4, in build songs_couple= [ couple(x) for x in songs] NameError: global name 'songs' 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 ".../fn71099/2008-03-25 21:07:23/user.py", line 4, in build songs_couple= [ couple(x) for x in songs] NameError: global name 'songs' 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 ".../fn71099/2008-03-25 21:07:23/user.py", line 4, in build songs_couple= [ couple(x) for x in songs] NameError: global name 'songs' is not defined ---------------------------------------------------------------------- Ran 5 tests in 0.001s FAILED (errors=5)