(self)
| 163 | |
| 164 | @pytest.fixture |
| 165 | def add_fixture(self): |
| 166 | parent = self.parent_bldr(False).element |
| 167 | expected_xml = self.parent_bldr(True).xml() |
| 168 | return parent, expected_xml |
| 169 | |
| 170 | @pytest.fixture |
| 171 | def getter_fixture(self): |
nothing calls this directly
no test coverage detected