(self)
| 319 | |
| 320 | @pytest.fixture |
| 321 | def getter_fixture(self): |
| 322 | parent = self.parent_bldr(True).element |
| 323 | zomChild = parent.find(qn("p:zomChild")) |
| 324 | return parent, zomChild |
| 325 | |
| 326 | @pytest.fixture |
| 327 | def insert_fixture(self): |
nothing calls this directly
no test coverage detected