Update comments on EN and DE fixtures

This commit is contained in:
Ines Montani 2017-01-12 22:03:07 +01:00
parent 9b4bea1df9
commit d5d774413a

View File

@ -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()