mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 06:29:59 +02:00
Skip test on windows because it is unix specific.
This commit is contained in:
parent
32a4b95a99
commit
5270737c1f
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ import json
|
|||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
from click.testing import CliRunner
|
||||
from .util import working_directory
|
||||
|
||||
|
@ -13,6 +14,7 @@ from ..ocrd_cli import ocrd_dinglehopper
|
|||
data_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "data")
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == 'win32', reason="only on unix")
|
||||
def test_ocrd_cli(tmp_path):
|
||||
"""Test OCR-D interface"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue