(self)
| 64 | self.do_test("test_marshal") |
| 65 | |
| 66 | def test_pickle(self): |
| 67 | import_helper.import_module("pickle") |
| 68 | |
| 69 | self.do_test("test_pickle") |
| 70 | |
| 71 | def test_monkeypatch(self): |
| 72 | self.do_test("test_monkeypatch") |
nothing calls this directly
no test coverage detected