spaCy/tests/conftest.py

8 lines
109 B
Python

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