mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-25 20:36:02 +03:00
* Mark test_inital as requiring models
This commit is contained in:
parent
1302d35dff
commit
658c4a3930
|
|
@ -1,6 +1,7 @@
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.models
|
||||||
def test_initial(EN):
|
def test_initial(EN):
|
||||||
doc = EN.tokenizer(u'I ate the pizza with anchovies.')
|
doc = EN.tokenizer(u'I ate the pizza with anchovies.')
|
||||||
EN.tagger(doc)
|
EN.tagger(doc)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user