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

Method test_empty_path

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

Source from the content-addressed store, hash-verified

1064
1065 @support.requires_resource('walltime')
1066 def test_empty_path(self):
1067 p = xmlrpclib.ServerProxy(URL)
1068 self.assertEqual(p.test(), "/RPC2")
1069
1070 @support.requires_resource('walltime')
1071 def test_root_path(self):

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected