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

Method test_path_fragment

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

Source from the content-addressed store, hash-verified

1054
1055 @support.requires_resource('walltime')
1056 def test_path_fragment(self):
1057 p = xmlrpclib.ServerProxy(URL+"/foo#frag")
1058 self.assertEqual(p.test(), "/foo#frag")
1059
1060 @support.requires_resource('walltime')
1061 def test_path_query(self):

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected