tests are passed - new models by the way should be uploaded

This commit is contained in:
vahidrezanezhad 2024-11-14 17:18:07 +01:00
parent f43c49c508
commit ce5b611296

View file

@ -2,7 +2,7 @@ from os import environ
from pathlib import Path
from ocrd_utils import pushd_popd
from tests.base import CapturingTestCase as TestCase, main
from eynollah.cli import main as eynollah_cli
from eynollah.cli import layout as eynollah_cli
testdir = Path(__file__).parent.resolve()