(self)
| 893 | self.assertFactoryError(ipaddress.ip_address, "address") |
| 894 | |
| 895 | def test_ip_interface(self): |
| 896 | self.assertFactoryError(ipaddress.ip_interface, "interface") |
| 897 | |
| 898 | def test_ip_network(self): |
| 899 | self.assertFactoryError(ipaddress.ip_network, "network") |
nothing calls this directly
no test coverage detected