(self)
| 254 | strict=True, |
| 255 | ) |
| 256 | def test_follow_whitespace_url(self): |
| 257 | self._assert_followed_url("foo ", "http://example.com/foo") |
| 258 | |
| 259 | @pytest.mark.xfail( |
| 260 | parse_version(w3lib_version) < parse_version("2.1.1"), |
nothing calls this directly
no test coverage detected