EEEEE ====================================================================== ERROR: testClsAttr (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 99, in testClsAttr self.assertEqual(r.cls.value, 5) File ".../fn44232/2007-04-23 18:25:15/user.py", line 47, in __getattribute__ return object.__getattribute__(self, obj) AttributeError: 'Resolver' object has no attribute 'cls' ====================================================================== ERROR: testCurrent (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 67, in testCurrent self.assertEqual(rd.baba.value, 6) File ".../fn44232/2007-04-23 18:25:15/user.py", line 47, in __getattribute__ return object.__getattribute__(self, obj) AttributeError: 'Resolver' object has no attribute 'baba' ====================================================================== ERROR: testNone (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 77, in testNone self.assertEqual(rd.baba, None) File ".../fn44232/2007-04-23 18:25:15/user.py", line 47, in __getattribute__ return object.__getattribute__(self, obj) AttributeError: 'Resolver' object has no attribute 'baba' ====================================================================== ERROR: testNotSoComplex (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 114, in testNotSoComplex self.assertEqual(rfb.x.value, 11) File ".../fn44232/2007-04-23 18:25:15/user.py", line 47, in __getattribute__ return object.__getattribute__(self, obj) AttributeError: 'Resolver' object has no attribute 'x' ====================================================================== ERROR: testVersus (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 90, in testVersus self.assertEqual(rb.baba.cls, C) File ".../fn44232/2007-04-23 18:25:15/user.py", line 47, in __getattribute__ return object.__getattribute__(self, obj) AttributeError: 'Resolver' object has no attribute 'baba' ---------------------------------------------------------------------- Ran 5 tests in 0.006s FAILED (errors=5)