Skip to content

Commit

Permalink
update: adding tests/out folder to save test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tungsten106 committed Dec 26, 2024
1 parent 565ef05 commit bd95fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
tests/out

# Translations
*.mo
Expand Down
2 changes: 1 addition & 1 deletion tests/test_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd95fb0

Please sign in to comment.