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

Method add_fixture

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

Source from the content-addressed store, hash-verified

389
390 @pytest.fixture
391 def add_fixture(self):
392 parent = self.parent_bldr(False).element
393 expected_xml = self.parent_bldr(True).xml()
394 return parent, expected_xml
395
396 @pytest.fixture(params=[True, False])
397 def getter_fixture(self, request):

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
xmlMethod · 0.45

Tested by

no test coverage detected