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

Method new_fixture

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

Source from the content-addressed store, hash-verified

100
101 @pytest.fixture
102 def new_fixture(self):
103 parent = self.parent_bldr().element
104 expected_xml = a_choice().with_nsdecls().xml()
105 return parent, expected_xml
106
107 # fixture components ---------------------------------------------
108

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected