Home | History | Annotate | Download | only in test

Lines Matching defs:URL

234     URL = "http://localhost"
261 self.proxy_digest_handler.add_password(self.REALM, self.URL,
266 self.URL)
272 self.URL)
275 self.proxy_digest_handler.add_password(self.REALM, self.URL,
278 result = self.opener.open(self.URL)
284 self.proxy_digest_handler.add_password(self.REALM, self.URL,
288 result = self.opener.open(self.URL)
478 URL as opened is returned by geturl.
483 url = open_url.geturl()
484 self.assertEqual(url, "http://localhost:%s" % handler.port)