...E.F.E ====================================================================== ERROR: test_2_end3_funcs_complex (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 108, in test_2_end3_funcs_complex self.assert_game(m1, m2, (2, 1)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) File ".../fn43969/2007-03-31 10:34:11/user.py", line 159, in module_game points_m2+=list_task(m2,sum_module(m1)) File ".../fn43969/2007-03-31 10:34:11/user.py", line 65, in sum_module s+=y TypeError: unsupported operand type(s) for +=: 'int' and 'str' ====================================================================== ERROR: test_8_sort_complex (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 178, in test_8_sort_complex if hasattr(self.user, 'fail8'): raise "Infinite loop in digits counting!" Infinite loop in digits counting! ====================================================================== FAIL: test_4_avg_lists_tricky (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 137, in test_4_avg_lists_tricky self.assert_game(m1, m2, (1, 1)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) AssertionError: (0, 1) != (1, 1) ---------------------------------------------------------------------- Ran 8 tests in 0.523s FAILED (failures=1, errors=2)