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