From ee1f1ac3008eca812e7cad700ba467d935c13181 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Wed, 10 Feb 2016 07:49:11 +0100 Subject: [PATCH] mark test_sentence_space() as model test --- spacy/tests/parser/test_space_attachment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/parser/test_space_attachment.py b/spacy/tests/parser/test_space_attachment.py index f2a34f4c6..ca533e3ef 100644 --- a/spacy/tests/parser/test_space_attachment.py +++ b/spacy/tests/parser/test_space_attachment.py @@ -15,6 +15,7 @@ def test_space_attachment(EN): assert not sent[-1].is_space +@pytest.mark.models def test_sentence_space(EN): text = ('''I look forward to using Thingamajig. I've been told it will ''' '''make my life easier...''')