test: cover legacy Office document extensions

This commit is contained in:
Teknium
2026-06-13 07:18:37 -07:00
parent f82cb48120
commit 1185dfd773
2 changed files with 13 additions and 1 deletions
+12 -1
View File
@@ -151,7 +151,18 @@ class TestSupportedDocumentTypes:
@pytest.mark.parametrize(
"ext",
[".pdf", ".md", ".txt", ".zip", ".docx", ".xlsx", ".pptx"],
[
".pdf",
".md",
".txt",
".zip",
".doc",
".docx",
".xls",
".xlsx",
".ppt",
".pptx",
],
)
def test_expected_extensions_present(self, ext):
assert ext in SUPPORTED_DOCUMENT_TYPES