...E............ ====================================================================== ERROR: testExpand (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 62, in testExpand self.assertEqual(Interval(-3, 10), i.expand(right=-1)) TypeError: expand() got an unexpected keyword argument 'right' ---------------------------------------------------------------------- Ran 16 tests in 0.006s FAILED (errors=1)