This commit is contained in:
Josh XT
2024-12-14 08:49:03 -05:00
parent 571c5bbc0e
commit 4987201ef6

View File

@@ -144,7 +144,7 @@ def test_markitdown_local() -> None:
text_content = result.text_content.replace("\\", "")
assert test_string in text_content
# Test ZIP processing
# Test ZIP file processing
result = markitdown.convert(os.path.join(TEST_FILES_DIR, "test_files.zip"))
for test_string in DOCX_TEST_STRINGS:
text_content = result.text_content.replace("\\", "")