mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-16 09:24:19 +01:00
tests: adapt paths
This commit is contained in:
parent
ed5b5c13dd
commit
3afbce023d
7 changed files with 19 additions and 19 deletions
|
|
@ -13,8 +13,8 @@ def test_run_eynollah_enhancement_filename(
|
|||
run_eynollah_ok_and_check_logs,
|
||||
options,
|
||||
):
|
||||
infile = resources_dir / 'kant_aufklaerung_1784_0020.tif'
|
||||
outfile = tmp_path.joinpath('kant_aufklaerung_1784_0020.png')
|
||||
infile = resources_dir / '2files/kant_aufklaerung_1784_0020.tif'
|
||||
outfile = tmp_path / 'kant_aufklaerung_1784_0020.png'
|
||||
run_eynollah_ok_and_check_logs(
|
||||
'enhancement',
|
||||
[
|
||||
|
|
@ -41,7 +41,7 @@ def test_run_eynollah_enhancement_directory(
|
|||
run_eynollah_ok_and_check_logs(
|
||||
'enhancement',
|
||||
[
|
||||
'-di', str(resources_dir),
|
||||
'-di', str(resources_dir/ '2files'),
|
||||
'-o', str(outdir),
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue