mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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")
|
@pytest.fixture(scope="session")
|
||||||
def EN():
|
def EN():
|
||||||
return English(path=False)
|
return English()
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def DE():
|
def DE():
|
||||||
return German(path=False)
|
return German()
|
||||||
|
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user