* Mark tests that require models

This commit is contained in:
Matthew Honnibal 2015-10-09 14:19:07 +11:00
parent 7b340912d4
commit 76936a3456

View File

@ -92,6 +92,7 @@ def test_token_span(doc):
assert token.i == 4
@pytest.mark.models
def test_example_i_like_new_york1(nlp):
toks = nlp('I like New York in Autumn.')