(self, request)
| 908 | ] |
| 909 | ) |
| 910 | def after_get_fixture(self, request): |
| 911 | p_cxml, expected_value = request.param |
| 912 | paragraph = _Paragraph(element(p_cxml), None) |
| 913 | return paragraph, expected_value |
| 914 | |
| 915 | @pytest.fixture( |
| 916 | params=[ |
nothing calls this directly
no test coverage detected