chore: simplify xlsx tests

This commit is contained in:
Hew Li Yang 2024-12-17 21:38:40 +08:00
parent 5c60d8ca12
commit 113f7748b7

View file

@ -148,8 +148,8 @@ def test_markitdown_local() -> None:
assert test_string in text_content assert test_string in text_content
# Check negations # Check negations
assert "Unnamed:" not in result.text_content assert "Unnamed:" not in text_content
assert "NaN" not in result.text_content assert "NaN" not in text_content
# Test DOCX processing # Test DOCX processing
result = markitdown.convert(os.path.join(TEST_FILES_DIR, "test.docx")) result = markitdown.convert(os.path.join(TEST_FILES_DIR, "test.docx"))