Success when trying to use the source IP Address '127.0.0.1'.
(self)
| 146 | ) |
| 147 | |
| 148 | def test_source_ip_success(self): |
| 149 | """Success when trying to use the source IP Address '127.0.0.1'.""" |
| 150 | self.do_test_connect(socket.AF_INET, "127.0.0.1", source_ip="127.0.0.1") |
| 151 | |
| 152 | @skipIfNonUnix |
| 153 | def test_source_port_fail(self): |
nothing calls this directly
no test coverage detected