From bd95fb06c7f583ab18828849bbb1e76530a431df Mon Sep 17 00:00:00 2001 From: tungsten106 Date: Thu, 26 Dec 2024 15:46:03 +0800 Subject: [PATCH] update: adding `tests/out` folder to save test files --- .gitignore | 1 + tests/test_markitdown.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f0de2b..6359352 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ coverage.xml .hypothesis/ .pytest_cache/ cover/ +tests/out # Translations *.mo diff --git a/tests/test_markitdown.py b/tests/test_markitdown.py index f05d049..1b5347a 100644 --- a/tests/test_markitdown.py +++ b/tests/test_markitdown.py @@ -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: