()
| 57 | |
| 58 | |
| 59 | def test_highlight(): |
| 60 | doc = pymupdf.open() |
| 61 | page = doc.new_page() |
| 62 | annot = page.add_highlight_annot(rect) |
| 63 | assert annot.type == (8, "Highlight") |
| 64 | |
| 65 | |
| 66 | def test_underline(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…