(self)
| 567 | |
| 568 | @pytest.fixture |
| 569 | def new_fixture(self): |
| 570 | parent = self.parent_bldr(False).element |
| 571 | expected_xml = a_zomChild().with_nsdecls().xml() |
| 572 | return parent, expected_xml |
| 573 | |
| 574 | def parent_bldr(self, zomChild_is_present): |
| 575 | parent_bldr = a_parent().with_nsdecls() |
nothing calls this directly
no test coverage detected