Require model for test_is_properties

This commit is contained in:
Matthew Honnibal 2016-10-12 19:35:18 +02:00
parent 20c948361b
commit a42fbcf946
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ def test_str_builtin(EN):
assert str(tokens[1]) == u'two'
@pytest.mark.models
def test_is_properties(EN):
Hi, comma, my, email, is_, addr = EN(u'Hi, my email is test@me.com')
assert Hi.is_title