def testPlus(self): self.assertEquals(prim.plus(1, 2, 3), 6)
def testPlus(self): self.assertEquals(prim.plus(intl(1), intl(2), intl(3)), intl(6))