(self)
| 233 | # Response.follow |
| 234 | |
| 235 | def test_follow_url_absolute(self): |
| 236 | self._assert_followed_url("http://foo.example.com", "http://foo.example.com") |
| 237 | |
| 238 | def test_follow_url_relative(self): |
| 239 | self._assert_followed_url("foo", "http://example.com/foo") |
nothing calls this directly
no test coverage detected