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

Method test_ip_network

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

Source from the content-addressed store, hash-verified

896 self.assertFactoryError(ipaddress.ip_interface, "interface")
897
898 def test_ip_network(self):
899 self.assertFactoryError(ipaddress.ip_network, "network")
900
901
902class ComparisonTests(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

assertFactoryErrorMethod · 0.95

Tested by

no test coverage detected