Home | History | Annotate | Download | only in test

Lines Matching refs:to_url

923         to_url = "http://example.com/b.html"
939 MockHeaders({"location": to_url}))
944 self.assertEqual(o.req.get_full_url(), to_url)
964 def redirect(h, req, url=to_url):