mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 01:32:32 +03:00
* Mark tests that require models
This commit is contained in:
parent
7b340912d4
commit
76936a3456
|
@ -92,6 +92,7 @@ def test_token_span(doc):
|
||||||
assert token.i == 4
|
assert token.i == 4
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.models
|
||||||
def test_example_i_like_new_york1(nlp):
|
def test_example_i_like_new_york1(nlp):
|
||||||
toks = nlp('I like New York in Autumn.')
|
toks = nlp('I like New York in Autumn.')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user