(self)
| 535 | |
| 536 | @pytest.fixture |
| 537 | def add_fixture(self): |
| 538 | parent = self.parent_bldr(False).element |
| 539 | expected_xml = self.parent_bldr(True).xml() |
| 540 | return parent, expected_xml |
| 541 | |
| 542 | @pytest.fixture |
| 543 | def getter_fixture(self): |
nothing calls this directly
no test coverage detected