mirror of https://github.com/explosion/spaCy.git
Require model for test_is_properties
This commit is contained in:
parent
20c948361b
commit
a42fbcf946
|
@ -44,6 +44,7 @@ def test_str_builtin(EN):
|
||||||
assert str(tokens[1]) == u'two'
|
assert str(tokens[1]) == u'two'
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.models
|
||||||
def test_is_properties(EN):
|
def test_is_properties(EN):
|
||||||
Hi, comma, my, email, is_, addr = EN(u'Hi, my email is test@me.com')
|
Hi, comma, my, email, is_, addr = EN(u'Hi, my email is test@me.com')
|
||||||
assert Hi.is_title
|
assert Hi.is_title
|
||||||
|
|
Loading…
Reference in New Issue