(self)
| 195 | |
| 196 | @pytest.fixture |
| 197 | def new_fixture(self): |
| 198 | parent = self.parent_bldr(False).element |
| 199 | expected_xml = an_oomChild().with_nsdecls().xml() |
| 200 | return parent, expected_xml |
| 201 | |
| 202 | # fixture components --------------------------------------------- |
| 203 |
nothing calls this directly
no test coverage detected