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

Method test_pickle

Lib/test/test_ipaddress.py:663–666  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

661 assertBadNetmask("1.1.1.1", 33)
662
663 def test_pickle(self):
664 self.pickle_test('192.0.2.0/27')
665 self.pickle_test('192.0.2.0/31') # IPV4LENGTH - 1
666 self.pickle_test('192.0.2.0') # IPV4LENGTH
667
668
669class InterfaceTestCase_v4(BaseTestCase, NetmaskTestMixin_v4):

Callers

nothing calls this directly

Calls 1

pickle_testMethod · 0.80

Tested by

no test coverage detected