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

Method test_path_query

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

Source from the content-addressed store, hash-verified

1059
1060 @support.requires_resource('walltime')
1061 def test_path_query(self):
1062 p = xmlrpclib.ServerProxy(URL+"/foo?k=v")
1063 self.assertEqual(p.test(), "/foo?k=v")
1064
1065 @support.requires_resource('walltime')
1066 def test_empty_path(self):

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected