(self)
| 100 | |
| 101 | @pytest.fixture |
| 102 | def new_fixture(self): |
| 103 | parent = self.parent_bldr().element |
| 104 | expected_xml = a_choice().with_nsdecls().xml() |
| 105 | return parent, expected_xml |
| 106 | |
| 107 | # fixture components --------------------------------------------- |
| 108 |
nothing calls this directly
no test coverage detected