move tests to correct subdir

This commit is contained in:
svlandeg 2020-09-15 21:40:38 +02:00
parent aaf01689a1
commit bd87e8686e
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ from spacy.tokens import Doc
from spacy.training import Example
from spacy import util
from spacy.lang.en import English
from .util import get_batch
from ..util import get_batch
from thinc.api import Config

View File

View File

@ -12,7 +12,7 @@ from thinc.api import compounding
import pytest
import srsly
from .util import make_tempdir
from ..util import make_tempdir
@pytest.fixture