mirror of https://github.com/explosion/spaCy.git
* Upd tokenization test
This commit is contained in:
parent
0c76143b72
commit
2c431f9fdc
|
@ -12,6 +12,7 @@ from os import path
|
||||||
|
|
||||||
HERE = path.dirname(__file__)
|
HERE = path.dirname(__file__)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def sun_txt():
|
def sun_txt():
|
||||||
loc = path.join(HERE, 'sun.txt')
|
loc = path.join(HERE, 'sun.txt')
|
||||||
|
|
Loading…
Reference in New Issue