mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 10:55:52 +03:00
mark test as needing models
This commit is contained in:
parent
f046e0d7c8
commit
17b7832419
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user