(self)
| 59 | self.do_test("test_block_add_hook_baseexception") |
| 60 | |
| 61 | def test_marshal(self): |
| 62 | import_helper.import_module("marshal") |
| 63 | |
| 64 | self.do_test("test_marshal") |
| 65 | |
| 66 | def test_pickle(self): |
| 67 | import_helper.import_module("pickle") |
nothing calls this directly
no test coverage detected