MCPcopy Index your code
hub / github.com/python-openxml/python-docx / add_fixture

Method add_fixture

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

Source from the content-addressed store, hash-verified

268
269 @pytest.fixture
270 def add_fixture(self):
271 parent = self.parent_bldr().element
272 expected_xml = self.parent_bldr("choice").xml()
273 return parent, expected_xml
274
275 @pytest.fixture(
276 params=[

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
xmlMethod · 0.45

Tested by

no test coverage detected