(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") |
| 240 | |
| 241 | def test_follow_link(self): |
| 242 | self._assert_followed_url( |
nothing calls this directly
no test coverage detected