mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Update comments on EN and DE fixtures
This commit is contained in:
parent
9b4bea1df9
commit
d5d774413a
|
@ -68,13 +68,13 @@ def text_file():
|
|||
return StringIO()
|
||||
|
||||
|
||||
# deprecated, to be replaced with more specific instances
|
||||
# only used for tests that require loading the models
|
||||
# in all other cases, use specific instances
|
||||
@pytest.fixture(scope="session")
|
||||
def EN():
|
||||
return English()
|
||||
|
||||
|
||||
# deprecated, to be replaced with more specific instances
|
||||
@pytest.fixture(scope="session")
|
||||
def DE():
|
||||
return German()
|
||||
|
|
Loading…
Reference in New Issue
Block a user