From 7b340912d4a433d007e9397ace340f6ef652bef9 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 9 Oct 2015 14:09:26 +1100 Subject: [PATCH] * Mark tests that require models --- tests/website/test_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/website/test_api.py b/tests/website/test_api.py index 50ec73827..8b52ffff6 100644 --- a/tests/website/test_api.py +++ b/tests/website/test_api.py @@ -59,6 +59,7 @@ def test_noun_chunk_spans(nlp): # NP three noun chunks <-- has +@pytest.mark.models def test_count_by(nlp): # from spacy.en import English, attrs # nlp = English()