spaCy/tests/conftest.py

8 lines
109 B
Python
Raw Normal View History

import pytest
from spacy.en import English
@pytest.fixture(scope="session")
def EN():
return English()