* Don't load parser in test_pre_punct

This commit is contained in:
Matthew Honnibal 2015-01-30 20:11:47 +11:00
parent e88ceda0ab
commit 2da694f65e

View File

@ -12,7 +12,7 @@ def open_puncts():
@pytest.fixture @pytest.fixture
def EN(): def EN():
return English() return English().tokenizer
def test_open(open_puncts, EN): def test_open(open_puncts, EN):