コード例 #1
0
def test_get_comic_format_dir() -> None:
    res = Comic.get_comic_format(COMIC_DIR)
    assert res is None
コード例 #2
0
def _test_get_comic_fmt(src: Path, fmt: Optional[str]) -> None:
    res = Comic.get_comic_format(src)
    assert res == fmt