* Mark tests that require models

This commit is contained in:
Matthew Honnibal 2015-10-09 14:37:48 +11:00
parent 5031440c35
commit dea40cfec3
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ def test_example_i_like_new_york3(toks, new, york):
assert toks[york].head.orth_ == 'like'
@pytest.mark.models
def test_example_i_like_new_york4(toks, new, york):
new_york = toks[new:york+1]
assert new_york.root.orth_ == 'York'