tests: adapt paths

This commit is contained in:
kba 2025-11-13 11:46:31 +01:00
parent ed5b5c13dd
commit 3afbce023d
7 changed files with 19 additions and 19 deletions

View file

@ -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),
],
[