test
This commit is contained in:
parent
571c5bbc0e
commit
4987201ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ def test_markitdown_local() -> None:
|
||||||
text_content = result.text_content.replace("\\", "")
|
text_content = result.text_content.replace("\\", "")
|
||||||
assert test_string in text_content
|
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"))
|
result = markitdown.convert(os.path.join(TEST_FILES_DIR, "test_files.zip"))
|
||||||
for test_string in DOCX_TEST_STRINGS:
|
for test_string in DOCX_TEST_STRINGS:
|
||||||
text_content = result.text_content.replace("\\", "")
|
text_content = result.text_content.replace("\\", "")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue