mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-03 19:33:19 +03:00
* Mark tests that require models
This commit is contained in:
parent
5031440c35
commit
dea40cfec3
|
@ -138,6 +138,7 @@ def test_example_i_like_new_york3(toks, new, york):
|
||||||
assert toks[york].head.orth_ == 'like'
|
assert toks[york].head.orth_ == 'like'
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.models
|
||||||
def test_example_i_like_new_york4(toks, new, york):
|
def test_example_i_like_new_york4(toks, new, york):
|
||||||
new_york = toks[new:york+1]
|
new_york = toks[new:york+1]
|
||||||
assert new_york.root.orth_ == 'York'
|
assert new_york.root.orth_ == 'York'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user