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