2017-01-10 17:53:15 +03:00
|
|
|
# coding: utf-8
|
2017-01-03 20:17:57 +03:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
2017-01-10 17:53:15 +03:00
|
|
|
|
2017-01-13 01:40:02 +03:00
|
|
|
URLS_BASIC = [
|
2017-01-10 17:54:25 +03:00
|
|
|
"http://www.nytimes.com/2016/04/20/us/politics/new-york-primary-preview.html?hp&action=click&pgtype=Homepage&clickSource=story-heading&module=a-lede-package-region®ion=top-news&WT.nav=top-news&_r=0",
|
|
|
|
"www.red-stars.com",
|
|
|
|
"mailto:foo.bar@baz.com",
|
2017-01-13 01:40:02 +03:00
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
URLS_FULL = URLS_BASIC + [
|
|
|
|
"mailto:foo-bar@baz-co.com",
|
|
|
|
"www.google.com?q=google",
|
|
|
|
"http://foo.com/blah_(wikipedia)#cite-1"
|
2017-01-03 20:17:57 +03:00
|
|
|
]
|
|
|
|
|
2017-03-05 01:13:11 +03:00
|
|
|
# URL SHOULD_MATCH and SHOULD_NOT_MATCH patterns courtesy of https://mathiasbynens.be/demo/url-regex
|
|
|
|
URLS_SHOULD_MATCH = [
|
|
|
|
"http://foo.com/blah_blah",
|
|
|
|
"http://foo.com/blah_blah/",
|
|
|
|
"http://www.example.com/wpstyle/?p=364",
|
|
|
|
"https://www.example.com/foo/?bar=baz&inga=42&quux",
|
|
|
|
"http://userid:password@example.com:8080",
|
|
|
|
"http://userid:password@example.com:8080/",
|
|
|
|
"http://userid@example.com",
|
|
|
|
"http://userid@example.com/",
|
|
|
|
"http://userid@example.com:8080",
|
|
|
|
"http://userid@example.com:8080/",
|
|
|
|
"http://userid:password@example.com",
|
|
|
|
"http://userid:password@example.com/",
|
|
|
|
"http://142.42.1.1/",
|
|
|
|
"http://142.42.1.1:8080/",
|
|
|
|
"http://foo.com/blah_(wikipedia)#cite-1",
|
|
|
|
"http://foo.com/blah_(wikipedia)_blah#cite-1",
|
|
|
|
"http://foo.com/unicode_(✪)_in_parens",
|
|
|
|
"http://foo.com/(something)?after=parens",
|
|
|
|
"http://code.google.com/events/#&product=browser",
|
|
|
|
"http://j.mp",
|
|
|
|
"ftp://foo.bar/baz",
|
|
|
|
"http://foo.bar/?q=Test%20URL-encoded%20stuff",
|
|
|
|
"http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com",
|
|
|
|
"http://1337.net",
|
|
|
|
"http://a.b-c.de",
|
|
|
|
"http://223.255.255.254",
|
2017-03-10 16:22:50 +03:00
|
|
|
"http://a.b--c.de/", # this is a legit domain name see: https://gist.github.com/dperini/729294 comment on 9/9/2014
|
|
|
|
|
|
|
|
pytest.mark.xfail("http://foo.com/blah_blah_(wikipedia)"),
|
|
|
|
pytest.mark.xfail("http://foo.com/blah_blah_(wikipedia)_(again)"),
|
2017-10-11 12:24:00 +03:00
|
|
|
pytest.mark.xfail("http://⌘.ws"),
|
|
|
|
pytest.mark.xfail("http://⌘.ws/"),
|
|
|
|
pytest.mark.xfail("http://☺.damowmow.com/"),
|
|
|
|
pytest.mark.xfail("http://✪df.ws/123"),
|
|
|
|
pytest.mark.xfail("http://➡.ws/䨹"),
|
|
|
|
pytest.mark.xfail("http://مثال.إختبار"),
|
|
|
|
pytest.mark.xfail("http://例子.测试"),
|
|
|
|
pytest.mark.xfail("http://उदाहरण.परीक्षा"),
|
2017-03-05 01:13:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
URLS_SHOULD_NOT_MATCH = [
|
|
|
|
"http://",
|
|
|
|
"http://.",
|
|
|
|
"http://..",
|
|
|
|
"http://../",
|
|
|
|
"http://?",
|
|
|
|
"http://??",
|
|
|
|
"http://??/",
|
|
|
|
"http://#",
|
|
|
|
"http://##",
|
|
|
|
"http://##/",
|
|
|
|
"http://foo.bar?q=Spaces should be encoded",
|
|
|
|
"//",
|
|
|
|
"//a",
|
|
|
|
"///a",
|
|
|
|
"///",
|
|
|
|
"http:///a",
|
|
|
|
"rdar://1234",
|
|
|
|
"h://test",
|
|
|
|
"http:// shouldfail.com",
|
|
|
|
":// should fail",
|
|
|
|
"http://foo.bar/foo(bar)baz quux",
|
|
|
|
"ftps://foo.bar/",
|
|
|
|
"http://-error-.invalid/",
|
|
|
|
"http://a.b-.co",
|
|
|
|
"http://0.0.0.0",
|
|
|
|
"http://10.1.1.0",
|
|
|
|
"http://10.1.1.255",
|
|
|
|
"http://224.1.1.1",
|
|
|
|
"http://123.123.123",
|
|
|
|
"http://3628126748",
|
|
|
|
"http://.www.foo.bar/",
|
|
|
|
"http://.www.foo.bar./",
|
|
|
|
"http://10.1.1.1",
|
2017-03-10 16:22:50 +03:00
|
|
|
"NASDAQ:GOOG",
|
|
|
|
|
|
|
|
pytest.mark.xfail("foo.com"),
|
|
|
|
pytest.mark.xfail("http://1.1.1.1.1"),
|
|
|
|
pytest.mark.xfail("http://www.foo.bar./"),
|
2017-10-11 12:24:00 +03:00
|
|
|
pytest.mark.xfail("http://-a.b.co"),
|
2017-03-05 01:13:11 +03:00
|
|
|
]
|
|
|
|
|
2017-01-10 17:56:35 +03:00
|
|
|
|
2017-01-03 20:17:57 +03:00
|
|
|
# Punctuation we want to check is split away before the URL
|
|
|
|
PREFIXES = [
|
2017-01-10 17:54:25 +03:00
|
|
|
"(", '"', ">"
|
2017-01-03 20:17:57 +03:00
|
|
|
]
|
|
|
|
|
2017-01-10 17:56:35 +03:00
|
|
|
|
2017-01-03 20:17:57 +03:00
|
|
|
# Punctuation we want to check is split away after the URL
|
|
|
|
SUFFIXES = [
|
|
|
|
'"', ":", ">"]
|
|
|
|
|
2017-03-05 01:13:11 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_SHOULD_MATCH)
|
|
|
|
def test_should_match(en_tokenizer, url):
|
|
|
|
token_match = en_tokenizer.token_match
|
|
|
|
if token_match:
|
|
|
|
assert token_match(url)
|
|
|
|
|
|
|
|
@pytest.mark.parametrize("url", URLS_SHOULD_NOT_MATCH)
|
|
|
|
def test_should_not_match(en_tokenizer, url):
|
|
|
|
token_match = en_tokenizer.token_match
|
|
|
|
if token_match:
|
|
|
|
assert not token_match(url)
|
2017-01-10 17:56:35 +03:00
|
|
|
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_BASIC)
|
2017-01-10 17:56:35 +03:00
|
|
|
def test_tokenizer_handles_simple_url(tokenizer, url):
|
|
|
|
tokens = tokenizer(url)
|
2017-01-03 20:17:57 +03:00
|
|
|
assert len(tokens) == 1
|
2017-01-10 17:56:35 +03:00
|
|
|
assert tokens[0].text == url
|
2017-01-03 20:17:57 +03:00
|
|
|
|
|
|
|
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_BASIC)
|
|
|
|
def test_tokenizer_handles_simple_surround_url(tokenizer, url):
|
|
|
|
tokens = tokenizer("(" + url + ")")
|
|
|
|
assert len(tokens) == 3
|
|
|
|
assert tokens[0].text == "("
|
|
|
|
assert tokens[1].text == url
|
|
|
|
assert tokens[2].text == ")"
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.slow
|
2017-01-03 20:17:57 +03:00
|
|
|
@pytest.mark.parametrize("prefix", PREFIXES)
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_FULL)
|
2017-01-10 17:56:35 +03:00
|
|
|
def test_tokenizer_handles_prefixed_url(tokenizer, prefix, url):
|
2017-01-09 16:10:40 +03:00
|
|
|
tokens = tokenizer(prefix + url)
|
2017-01-10 17:57:00 +03:00
|
|
|
assert len(tokens) == 2
|
2017-01-03 20:17:57 +03:00
|
|
|
assert tokens[0].text == prefix
|
|
|
|
assert tokens[1].text == url
|
2017-01-10 17:56:35 +03:00
|
|
|
|
|
|
|
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.slow
|
2017-01-03 20:17:57 +03:00
|
|
|
@pytest.mark.parametrize("suffix", SUFFIXES)
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_FULL)
|
2017-01-10 17:56:35 +03:00
|
|
|
def test_tokenizer_handles_suffixed_url(tokenizer, url, suffix):
|
2017-01-09 16:10:40 +03:00
|
|
|
tokens = tokenizer(url + suffix)
|
2017-01-10 17:57:00 +03:00
|
|
|
assert len(tokens) == 2
|
2017-01-03 20:17:57 +03:00
|
|
|
assert tokens[0].text == url
|
|
|
|
assert tokens[1].text == suffix
|
2017-01-10 17:56:35 +03:00
|
|
|
|
|
|
|
|
2017-01-10 17:57:35 +03:00
|
|
|
@pytest.mark.slow
|
2017-01-03 20:17:57 +03:00
|
|
|
@pytest.mark.parametrize("prefix", PREFIXES)
|
|
|
|
@pytest.mark.parametrize("suffix", SUFFIXES)
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_FULL)
|
2017-01-10 17:56:35 +03:00
|
|
|
def test_tokenizer_handles_surround_url(tokenizer, prefix, suffix, url):
|
2017-01-09 16:10:40 +03:00
|
|
|
tokens = tokenizer(prefix + url + suffix)
|
2017-01-10 17:57:00 +03:00
|
|
|
assert len(tokens) == 3
|
2017-01-03 20:17:57 +03:00
|
|
|
assert tokens[0].text == prefix
|
|
|
|
assert tokens[1].text == url
|
|
|
|
assert tokens[2].text == suffix
|
2017-01-10 17:56:35 +03:00
|
|
|
|
|
|
|
|
2017-01-10 17:57:35 +03:00
|
|
|
@pytest.mark.slow
|
2017-01-03 20:17:57 +03:00
|
|
|
@pytest.mark.parametrize("prefix1", PREFIXES)
|
|
|
|
@pytest.mark.parametrize("prefix2", PREFIXES)
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_FULL)
|
2017-01-10 17:56:35 +03:00
|
|
|
def test_tokenizer_handles_two_prefix_url(tokenizer, prefix1, prefix2, url):
|
2017-01-09 16:10:40 +03:00
|
|
|
tokens = tokenizer(prefix1 + prefix2 + url)
|
2017-01-10 17:57:00 +03:00
|
|
|
assert len(tokens) == 3
|
2017-01-03 20:17:57 +03:00
|
|
|
assert tokens[0].text == prefix1
|
|
|
|
assert tokens[1].text == prefix2
|
|
|
|
assert tokens[2].text == url
|
2017-01-10 17:56:35 +03:00
|
|
|
|
|
|
|
|
2017-01-10 17:57:35 +03:00
|
|
|
@pytest.mark.slow
|
2017-01-03 20:17:57 +03:00
|
|
|
@pytest.mark.parametrize("suffix1", SUFFIXES)
|
|
|
|
@pytest.mark.parametrize("suffix2", SUFFIXES)
|
2017-01-13 01:40:02 +03:00
|
|
|
@pytest.mark.parametrize("url", URLS_FULL)
|
2017-03-05 01:13:11 +03:00
|
|
|
def test_tokenizer_handles_two_suffix_url(tokenizer, suffix1, suffix2, url):
|
2017-01-09 16:10:40 +03:00
|
|
|
tokens = tokenizer(url + suffix1 + suffix2)
|
2017-01-10 17:57:00 +03:00
|
|
|
assert len(tokens) == 3
|
2017-01-03 20:17:57 +03:00
|
|
|
assert tokens[0].text == url
|
|
|
|
assert tokens[1].text == suffix1
|
|
|
|
assert tokens[2].text == suffix2
|