Ejemplo n.º 1
0
 def test_reversed_points(self):
     cube1, cube2 = self.SetUpReversed()
     with self.assertRaises(ValueError):
         add(cube1, cube2)
Ejemplo n.º 2
0
 def test_reversed_points(self):
     cube1, cube2 = self.SetUpReversed()
     with self.assertRaises(ValueError):
         add(cube1, cube2)
Ejemplo n.º 3
0
 def test_no_match(self):
     cube1, cube2 = self.SetUpNonMatching()
     with self.assertRaises(ValueError):
         add(cube1, cube2)
Ejemplo n.º 4
0
 def test_no_match(self):
     cube1, cube2 = self.SetUpNonMatching()
     with self.assertRaises(ValueError):
         add(cube1, cube2)