1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-01 07:44:12 +03:00
spaCy/tests/vocab/conftest.py
2015-06-07 18:02:47 +02:00

7 lines
87 B
Python

import pytest
@pytest.fixture(scope="session")
def en_vocab(EN):
return EN.vocab