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

Method add_fixture

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

Source from the content-addressed store, hash-verified

163
164 @pytest.fixture
165 def add_fixture(self):
166 parent = self.parent_bldr(False).element
167 expected_xml = self.parent_bldr(True).xml()
168 return parent, expected_xml
169
170 @pytest.fixture
171 def getter_fixture(self):

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
xmlMethod · 0.45

Tested by

no test coverage detected