mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 06:29:59 +02:00
🎨 Reformat (Black)
This commit is contained in:
parent
4dc6b7dc04
commit
19d1a00817
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ def test_ocrd_cli(tmp_path):
|
|||
"-O",
|
||||
"OCR-D-OCR-CALAMARI-EVAL",
|
||||
]
|
||||
sys.argv[
|
||||
1:
|
||||
] = args # XXX Hack to satisfy ocrd_cli_wrap_processor() check for arguments
|
||||
sys.argv[1:] = (
|
||||
args # XXX Hack to satisfy ocrd_cli_wrap_processor() check for arguments
|
||||
)
|
||||
result = runner.invoke(ocrd_dinglehopper, args)
|
||||
assert result.exit_code == 0
|
||||
result_json = list((test_workspace_dir / "OCR-D-OCR-CALAMARI-EVAL").glob("*.json"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue