update: adding tests/out folder to save test files
This commit is contained in:
parent
565ef052c1
commit
bd95fb06c7
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -52,6 +52,7 @@ coverage.xml
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
cover/
|
cover/
|
||||||
|
tests/out
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
|
|
||||||
|
|
@ -319,7 +319,7 @@ def test_markitdown_pdf() -> None:
|
||||||
engine_kwargs={
|
engine_kwargs={
|
||||||
"show_progress": False,
|
"show_progress": False,
|
||||||
"write_images": True,
|
"write_images": True,
|
||||||
"image_path": "tests/pics",
|
"image_path": "tests/out",
|
||||||
}, # `write_images` must be True, setting `image_path` for images saving dir.
|
}, # `write_images` must be True, setting `image_path` for images saving dir.
|
||||||
)
|
)
|
||||||
for test_string in PDF_TEST_STRINGS:
|
for test_string in PDF_TEST_STRINGS:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue