mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
* Mark test_io as requiring the model
This commit is contained in:
parent
0f093fdb30
commit
b997b1122b
|
@ -6,6 +6,7 @@ from spacy.tokens import Doc
|
|||
import math
|
||||
|
||||
|
||||
@pytest.mark.models
|
||||
def test_read_write(EN):
|
||||
doc1 = EN(u'This is a simple test. With a couple of sentences.')
|
||||
doc2 = EN(u'This is another test document.')
|
||||
|
|
Loading…
Reference in New Issue
Block a user