(self)
| 262 | strict=True, |
| 263 | ) |
| 264 | def test_follow_whitespace_link(self): |
| 265 | self._assert_followed_url( |
| 266 | Link("http://example.com/foo "), "http://example.com/foo" |
| 267 | ) |
| 268 | |
| 269 | def test_follow_flags(self): |
| 270 | res = self.response_class("http://example.com/") |
nothing calls this directly
no test coverage detected