(self)
| 896 | self.assertFactoryError(ipaddress.ip_interface, "interface") |
| 897 | |
| 898 | def test_ip_network(self): |
| 899 | self.assertFactoryError(ipaddress.ip_network, "network") |
| 900 | |
| 901 | |
| 902 | class ComparisonTests(unittest.TestCase): |
nothing calls this directly
no test coverage detected