(self)
| 1131 | |
| 1132 | @pytest.fixture |
| 1133 | def p_with_r_xml(self): |
| 1134 | run_bldr = an_r().with_child(a_t()) |
| 1135 | return a_p().with_nsdecls().with_child(run_bldr).xml() |
| 1136 | |
| 1137 | @pytest.fixture |
| 1138 | def paragraph(self, p_bldr): |
nothing calls this directly
no test coverage detected