Rename "tokens" tests to "doc"

This commit is contained in:
Ines Montani 2017-01-11 18:59:01 +01:00
parent 3a9c6a9563
commit 33800c9367
7 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ PACKAGES = [
'spacy.tests.spans', 'spacy.tests.spans',
'spacy.tests.tagger', 'spacy.tests.tagger',
'spacy.tests.tokenizer', 'spacy.tests.tokenizer',
'spacy.tests.tokens', 'spacy.tests.doc',
'spacy.tests.vectors', 'spacy.tests.vectors',
'spacy.tests.vocab'] 'spacy.tests.vocab']