mirror of https://github.com/explosion/spaCy.git
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")
|
@pytest.fixture(scope="session")
|
||||||
def EN():
|
def EN():
|
||||||
return English(path=None)
|
return English(path=False)
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def DE():
|
def DE():
|
||||||
return German(path=None)
|
return German(path=False)
|
||||||
|
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
|
|
Loading…
Reference in New Issue