EEE ====================================================================== ERROR: testMore (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 68, in testMore self.assertEqual(map(sum, islice(self.user.combinePrimes(), 10)), map(sum, [(2, 3), (2, 5), (3, 5), (2, 7), (3, 7), (5, 7), (3, 11), (5, 11), (5, 13), (7, 11)])) AttributeError: 'module' object has no attribute 'combinePrimes' ====================================================================== ERROR: testMoreMore (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 70, in testMoreMore self.assertEqual(map(sum, islice(self.user.combinePrimes(), 100, 110)) AttributeError: 'module' object has no attribute 'combinePrimes' ====================================================================== ERROR: testSimple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 66, in testSimple self.assertEqual(map(sum, islice(self.user.combinePrimes(), 5)), map(sum, [(2, 3), (2, 5), (3, 5), (2, 7), (3, 7)])) AttributeError: 'module' object has no attribute 'combinePrimes' ---------------------------------------------------------------------- Ran 3 tests in 0.000s FAILED (errors=3)