MCPcopy Index your code
hub / github.com/python/cpython / test_marshal

Method test_marshal

Lib/test/test_audit.py:61–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 2

do_testMethod · 0.95
import_moduleMethod · 0.45

Tested by

no test coverage detected