(self)
| 268 | |
| 269 | @pytest.fixture |
| 270 | def add_fixture(self): |
| 271 | parent = self.parent_bldr().element |
| 272 | expected_xml = self.parent_bldr("choice").xml() |
| 273 | return parent, expected_xml |
| 274 | |
| 275 | @pytest.fixture( |
| 276 | params=[ |
nothing calls this directly
no test coverage detected