(self)
| 169 | |
| 170 | @pytest.fixture |
| 171 | def getter_fixture(self): |
| 172 | parent = self.parent_bldr(True).element |
| 173 | oomChild = parent.find(qn("p:oomChild")) |
| 174 | return parent, oomChild |
| 175 | |
| 176 | @pytest.fixture |
| 177 | def insert_fixture(self): |
nothing calls this directly
no test coverage detected