mirror of https://github.com/explosion/spaCy.git
* Add tests/vocab/conftest.py
This commit is contained in:
parent
88041f69d1
commit
e3af6af83c
|
@ -0,0 +1,6 @@
|
|||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def en_vocab(EN):
|
||||
return EN.vocab
|
Loading…
Reference in New Issue