(self)
| 404 | |
| 405 | @pytest.fixture |
| 406 | def new_fixture(self): |
| 407 | parent = self.parent_bldr(False).element |
| 408 | expected_xml = an_oomChild().with_nsdecls().xml() |
| 409 | return parent, expected_xml |
| 410 | |
| 411 | # fixture components --------------------------------------------- |
| 412 |
nothing calls this directly
no test coverage detected