update: adding tests/out folder to save test files

This commit is contained in:
tungsten106 2024-12-26 15:46:03 +08:00
parent 565ef052c1
commit bd95fb06c7
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -52,6 +52,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
tests/out
# Translations
*.mo

View file

@ -319,7 +319,7 @@ def test_markitdown_pdf() -> None:
engine_kwargs={
"show_progress": False,
"write_images": True,
"image_path": "tests/pics",
"image_path": "tests/out",
}, # `write_images` must be True, setting `image_path` for images saving dir.
)
for test_string in PDF_TEST_STRINGS: