EEEEE ====================================================================== ERROR: test_empties (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn71093/2008-03-26 18:58:37/user.py", line 56 def songs_by_band(band_name): ^ IndentationError: unindent does not match any outer indentation level ====================================================================== ERROR: test_globals (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn71093/2008-03-26 18:58:37/user.py", line 56 def songs_by_band(band_name): ^ IndentationError: unindent does not match any outer indentation level ====================================================================== ERROR: test_songs_by_band (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn71093/2008-03-26 18:58:37/user.py", line 56 def songs_by_band(band_name): ^ IndentationError: unindent does not match any outer indentation level ====================================================================== ERROR: test_songs_by_tags (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn71093/2008-03-26 18:58:37/user.py", line 56 def songs_by_band(band_name): ^ IndentationError: unindent does not match any outer indentation level ====================================================================== ERROR: test_tags_by_band (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn71093/2008-03-26 18:58:37/user.py", line 56 def songs_by_band(band_name): ^ IndentationError: unindent does not match any outer indentation level ---------------------------------------------------------------------- Ran 5 tests in 0.003s FAILED (errors=5)