mark test as needing models

This commit is contained in:
kengz 2016-10-16 14:39:07 -04:00
parent f046e0d7c8
commit 17b7832419

View File

@ -208,6 +208,7 @@ def test_has_vector(EN):
assert doc.has_vector
@pytest.mark.models
def test_parse_tree(EN):
trees = EN.parse_tree(u'''Bob brought Alice the pizza.''')
assert len(trees) > 0