* Mark test_io as requiring the model

This commit is contained in:
Matthew Honnibal 2015-07-26 21:36:22 +02:00
parent 0f093fdb30
commit b997b1122b

View File

@ -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.')