MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_get_host_info

Method test_get_host_info

Lib/test/test_xmlrpc.py:305–310  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

303 check(f'<biginteger>{s}</biginteger>', None)
304
305 def test_get_host_info(self):
306 # see bug #3613, this raised a TypeError
307 transp = xmlrpc.client.Transport()
308 self.assertEqual(transp.get_host_info("user@host.tld"),
309 ('host.tld',
310 [('Authorization', 'Basic dXNlcg==')], {}))
311
312 def test_ssl_presence(self):
313 try:

Callers

nothing calls this directly

Calls 2

get_host_infoMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected