1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-07-06 17:09:53 +02:00
ocrd_calamari/test/base.py
Konstantin Baierer b54ccf90f7 smoke test, circle ci
Conflicts:
	Makefile
	ocrd_calamari/__init__.py
2019-12-03 17:11:09 +01:00

10 lines
245 B
Python

# pylint: disable=unused-import
import os
import sys
from unittest import TestCase, skip, main # pylint: disable=unused-import
from test.assets import assets
PWD = os.path.dirname(os.path.realpath(__file__))
sys.path.append(PWD + '/../ocrd')