mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-05-13 01:13:54 +02:00
update CLI test for binarization…
- update expected log messages
This commit is contained in:
parent
4cd398bd0d
commit
4406a0299e
1 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ def test_run_eynollah_binarization_filename(
|
|||
'-o', str(outfile),
|
||||
] + options,
|
||||
[
|
||||
'Loaded model'
|
||||
f"output filename: '{str(outfile)}'"
|
||||
]
|
||||
)
|
||||
assert outfile.exists()
|
||||
|
|
@ -46,8 +46,8 @@ def test_run_eynollah_binarization_directory(
|
|||
'-o', str(outdir),
|
||||
],
|
||||
[
|
||||
f'Binarizing [ 1/2] {image_resources[0].name}',
|
||||
f'Binarizing [ 2/2] {image_resources[1].name}',
|
||||
str(image_resources[0]),
|
||||
str(image_resources[1]),
|
||||
]
|
||||
)
|
||||
assert len(list(outdir.iterdir())) == 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue