Use consistent test names

This commit is contained in:
Ines Montani 2017-01-12 15:09:21 +01:00
parent f8803808ce
commit 89525ef345

View File

@ -6,7 +6,7 @@ from ..util import get_doc
import pytest
def test_load_exc(en_tokenizer):
def test_tagger_load_morph_exc(en_tokenizer):
text = "I like his style."
tags = ['PRP', 'VBP', 'PRP$', 'NN', '.']
morph_exc = {'PRP$': {'his': {'L': '-PRP-', 'person': 3, 'case': 2}}}