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

Method getter_fixture

tests/oxml/test_xmlchemy.py:171–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

169
170 @pytest.fixture
171 def getter_fixture(self):
172 parent = self.parent_bldr(True).element
173 oomChild = parent.find(qn("p:oomChild"))
174 return parent, oomChild
175
176 @pytest.fixture
177 def insert_fixture(self):

Callers

nothing calls this directly

Calls 3

parent_bldrMethod · 0.95
qnFunction · 0.90
findMethod · 0.80

Tested by

no test coverage detected