mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Set default path in EN/DE tests.
This commit is contained in:
parent
cd71b6b0a9
commit
0cf4aff470
|
@ -7,11 +7,11 @@ from ..de import German
|
|||
|
||||
@pytest.fixture(scope="session")
|
||||
def EN():
|
||||
return English(path=False)
|
||||
return English()
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def DE():
|
||||
return German(path=False)
|
||||
return German()
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
|
|
Loading…
Reference in New Issue
Block a user