..FF..EE ====================================================================== ERROR: test_5_comm_simple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 154, in test_5_comm_simple 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 ".../fn43773/2007-04-02 01:13:36/user.py", line 166, in module_game return (getPointsForModule(m1, m2), getPointsForModule(m2, m1)) File ".../fn43773/2007-04-02 01:13:36/user.py", line 156, in getPointsForModule count += getPointsForFuncName(list1[0]) File ".../fn43773/2007-04-02 01:13:36/user.py", line 115, in getPointsForFuncName last3 = funcLast3.func_name[-3:] AttributeError: 'builtin_function_or_method' object has no attribute 'func_name' ====================================================================== 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_1_end3_funcs_simple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 89, in test_1_end3_funcs_simple self.assert_game(m1, m2, (0, 2)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) AssertionError: (0, 0) != (0, 2) ====================================================================== FAIL: 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) AssertionError: (0, 0) != (2, 1) ---------------------------------------------------------------------- Ran 8 tests in 0.049s FAILED (failures=2, errors=2)