Exemplo n.º 1
0
 def testPlus(self):
     self.assertRaises(TypeError, prim.plus, intl(1), "two", intl(3))
Exemplo n.º 2
0
 def testPlus(self):
     self.assertEquals(prim.plus(intl(1), intl(2), intl(3)), intl(6))