MCPcopy Create free account
hub / github.com/scanny/python-pptx / level_get_fixture

Method level_get_fixture

tests/text/test_text.py:1011–1014  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

1009
1010 @pytest.fixture(params=[("a:p", 0), ("a:p/a:pPr{lvl=2}", 2)])
1011 def level_get_fixture(self, request):
1012 p_cxml, expected_value = request.param
1013 paragraph = _Paragraph(element(p_cxml), None)
1014 return paragraph, expected_value
1015
1016 @pytest.fixture(
1017 params=[

Callers

nothing calls this directly

Calls 2

_ParagraphClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected