Remove pytest_helpers_namespace

This commit is contained in:
James R. Barlow
2021-04-07 01:56:51 -07:00
parent a861c58da2
commit aa115a8be3
22 changed files with 87 additions and 79 deletions
+2 -2
View File
@@ -21,6 +21,8 @@ from ocrmypdf import hocrtransform
from ocrmypdf._exec.tesseract import HOCR_TEMPLATE
from ocrmypdf.helpers import check_pdf
from .conftest import check_ocrmypdf
def text_from_pdf(filename):
output_string = StringIO()
@@ -37,8 +39,6 @@ def text_from_pdf(filename):
# pylint: disable=redefined-outer-name
check_ocrmypdf = pytest.helpers.check_ocrmypdf # pylint: disable=no-member
@pytest.fixture
def blank_hocr(tmp_path):