(self)
| 309 | |
| 310 | @pytest.fixture |
| 311 | def new_fixture(self): |
| 312 | parent = self.parent_bldr().element |
| 313 | expected_xml = a_choice().with_nsdecls().xml() |
| 314 | return parent, expected_xml |
| 315 | |
| 316 | # fixture components --------------------------------------------- |
| 317 |
nothing calls this directly
no test coverage detected