()
| 128 | |
| 129 | |
| 130 | def test_circle(): |
| 131 | doc = pymupdf.open() |
| 132 | page = doc.new_page() |
| 133 | annot = page.add_circle_annot(rect) |
| 134 | assert annot.type == (5, "Circle") |
| 135 | |
| 136 | |
| 137 | def test_fileattachment(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…