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

Method getter_fixture

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

Source from the content-addressed store, hash-verified

319
320 @pytest.fixture
321 def getter_fixture(self):
322 parent = self.parent_bldr(True).element
323 zomChild = parent.find(qn("p:zomChild"))
324 return parent, zomChild
325
326 @pytest.fixture
327 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