Ejemplo n.º 1
0
 def test_get_pickleable_exception(self):
     exc = Exception("foo")
     self.assertEqual(gpe(exc), exc)
Ejemplo n.º 2
0
 def test_get_pickleable_exception(self):
     exc = Exception('foo')
     assert gpe(exc) == exc
Ejemplo n.º 3
0
 def test_get_pickleable_exception(self):
     exc = Exception('foo')
     self.assertEqual(gpe(exc), exc)