(self)
| 541 | |
| 542 | @pytest.fixture |
| 543 | def getter_fixture(self): |
| 544 | parent = self.parent_bldr(True).element |
| 545 | zomChild = parent.find(qn("w:zomChild")) |
| 546 | return parent, zomChild |
| 547 | |
| 548 | @pytest.fixture |
| 549 | def insert_fixture(self): |
nothing calls this directly
no test coverage detected