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

Method test_ip_address

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

Source from the content-addressed store, hash-verified

890 factory(addr)
891
892 def test_ip_address(self):
893 self.assertFactoryError(ipaddress.ip_address, "address")
894
895 def test_ip_interface(self):
896 self.assertFactoryError(ipaddress.ip_interface, "interface")

Callers

nothing calls this directly

Calls 1

assertFactoryErrorMethod · 0.95

Tested by

no test coverage detected