FFF ====================================================================== FAIL: 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)])) AssertionError: [5, 7, 8, 9, 9, 8, 10, 18, 20, 24] != [5, 7, 8, 9, 10, 12, 14, 16, 18, 18] ====================================================================== FAIL: testMoreMore (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 71, in testMoreMore , map(sum, [(139, 151), (139, 157), (149, 151), (149, 157), (151, 157), (149, 163), (151, 163), (151, 167), (157, 163), (157, 167)] )) AssertionError: [360, 370, 372, 372, 374, 378, 384, 388, 390, 390] != [290, 296, 300, 306, 308, 312, 314, 318, 320, 324] ====================================================================== FAIL: 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)])) AssertionError: [5, 7, 8, 9, 9] != [5, 7, 8, 9, 10] ---------------------------------------------------------------------- Ran 3 tests in 0.004s FAILED (failures=3)