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

Method test_pickle

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

Source from the content-addressed store, hash-verified

822 assertBadNetmask("::1%scope", 129)
823
824 def test_pickle(self):
825 self.pickle_test('2001:db8::1000/124')
826 self.pickle_test('2001:db8::1000/127') # IPV6LENGTH - 1
827 self.pickle_test('2001:db8::1000') # IPV6LENGTH
828
829 self.pickle_test('2001:db8::1000%scope') # IPV6LENGTH
830
831
832class InterfaceTestCase_v6(BaseTestCase, NetmaskTestMixin_v6):

Callers

nothing calls this directly

Calls 1

pickle_testMethod · 0.80

Tested by

no test coverage detected