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

Method test_get_full_url

Lib/test/test_urllib2.py:2072–2074  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2070 self.assertNotIn("Content-length", self.get.unredirected_hdrs)
2071
2072 def test_get_full_url(self):
2073 self.assertEqual("http://www.python.org/~jeremy/",
2074 self.get.get_full_url())
2075
2076 def test_selector(self):
2077 self.assertEqual("/~jeremy/", self.get.selector)

Callers

nothing calls this directly

Calls 2

get_full_urlMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected