Ejemplo n.º 1
0
 def test_unsafe(self):
     with self.assertRaises(ValueError):
         utils.update_safety_check(self.x, self.z)
Ejemplo n.º 2
0
 def test_safe(self):
     # should not raise exception:
     utils.update_safety_check(self.x, self.y)