(self)
| 313 | |
| 314 | @pytest.fixture |
| 315 | def add_fixture(self): |
| 316 | parent = self.parent_bldr(False).element |
| 317 | expected_xml = self.parent_bldr(True).xml() |
| 318 | return parent, expected_xml |
| 319 | |
| 320 | @pytest.fixture |
| 321 | def getter_fixture(self): |
nothing calls this directly
no test coverage detected