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

Method add_fixture

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

Source from the content-addressed store, hash-verified

313
314 @pytest.fixture
315 def add_fixture(self):
316 parent = self.parent_bldr(False).element
317 expected_xml = self.parent_bldr(True).xml()
318 return parent, expected_xml
319
320 @pytest.fixture
321 def getter_fixture(self):

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
xmlMethod · 0.45

Tested by

no test coverage detected