(self)
| 345 | |
| 346 | @pytest.fixture |
| 347 | def new_fixture(self): |
| 348 | parent = self.parent_bldr(False).element |
| 349 | expected_xml = a_zomChild().with_nsdecls().xml() |
| 350 | return parent, expected_xml |
| 351 | |
| 352 | def parent_bldr(self, zomChild_is_present): |
| 353 | parent_bldr = a_parent().with_nsdecls() |
nothing calls this directly
no test coverage detected