MCPcopy
hub / github.com/microsoft/markitdown / test_docx_comments

Function test_docx_comments

packages/markitdown/tests/test_module_misc.py:255–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253
254
255def test_docx_comments() -> None:
256 # Test DOCX processing, with comments and setting style_map on init
257 markitdown_with_style_map = MarkItDown(style_map="comment-reference => ")
258 result = markitdown_with_style_map.convert(
259 os.path.join(TEST_FILES_DIR, "test_with_comment.docx")
260 )
261 validate_strings(result, DOCX_COMMENT_TEST_STRINGS)
262
263
264def test_docx_equations() -> None:

Callers

nothing calls this directly

Calls 3

convertMethod · 0.95
MarkItDownClass · 0.90
validate_stringsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…