Home | History | Annotate | Download | only in test

Lines Matching refs:urls

689         urls = [
699 urls.append("file://%s%s" % (localaddr, urlpath))
701 for url in urls:
750 # what was intended was to distinguish between URLs like:
863 # Issue4493: urllib2 to supply '/' when to urls where path does not
1047 urls = iter(("/path", "/path?query"))
1049 self.assertEqual(url, next(urls))