Skip to content

Commit ebec36a

Browse files
tests/test_tables.py:test_md_styles(): extra diagnostics.
1 parent 5094a2e commit ebec36a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_tables.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,10 @@ def test_4017():
427427

428428
def test_md_styles():
429429
"""Test output of table with MD-styled cells."""
430+
print()
431+
print(f'test_md_styles(): {pymupdf.version=}')
432+
print(f'test_md_styles(): {pymupdf.mupdf_version=}')
433+
print(f'test_md_styles(): {pymupdf.mupdf_version_tuple=}', flush=1)
430434
filename = os.path.join(scriptdir, "resources", "test-styled-table.pdf")
431435
doc = pymupdf.open(filename)
432436
page = doc[0]

0 commit comments

Comments
 (0)