kuzushiji-ocr / tests /test_imports.py
yuukicammy's picture
init
62db7d4
Raw
History Blame Contribute Delete
211 Bytes
from kuzushiji_ocr import __version__
from kuzushiji_ocr.web import app
def test_app_title() -> None:
assert app.title == "くずし字 OCR"
def test_version() -> None:
assert __version__ == "0.1.0"