(self)
| 372 | |
| 373 | @pytest.fixture |
| 374 | def add_fixture(self): |
| 375 | parent = self.parent_bldr(False).element |
| 376 | expected_xml = self.parent_bldr(True).xml() |
| 377 | return parent, expected_xml |
| 378 | |
| 379 | @pytest.fixture |
| 380 | def getter_fixture(self): |
nothing calls this directly
no test coverage detected