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

Method new_fixture

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

Source from the content-addressed store, hash-verified

195
196 @pytest.fixture
197 def new_fixture(self):
198 parent = self.parent_bldr(False).element
199 expected_xml = an_oomChild().with_nsdecls().xml()
200 return parent, expected_xml
201
202 # fixture components ---------------------------------------------
203

Callers

nothing calls this directly

Calls 4

parent_bldrMethod · 0.95
an_oomChildFunction · 0.85
with_nsdeclsMethod · 0.80
xmlMethod · 0.45

Tested by

no test coverage detected