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

Method test_path_query_fragment

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

Source from the content-addressed store, hash-verified

1049
1050 @support.requires_resource('walltime')
1051 def test_path_query_fragment(self):
1052 p = xmlrpclib.ServerProxy(URL+"/foo?k=v#frag")
1053 self.assertEqual(p.test(), "/foo?k=v#frag")
1054
1055 @support.requires_resource('walltime')
1056 def test_path_fragment(self):

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected