()
| 121 | |
| 122 | |
| 123 | def test_square(): |
| 124 | doc = pymupdf.open() |
| 125 | page = doc.new_page() |
| 126 | annot = page.add_rect_annot(rect) |
| 127 | assert annot.type == (4, "Square") |
| 128 | |
| 129 | |
| 130 | def test_circle(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…