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

Method new_fixture

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

Source from the content-addressed store, hash-verified

404
405 @pytest.fixture
406 def new_fixture(self):
407 parent = self.parent_bldr(False).element
408 expected_xml = an_oomChild().with_nsdecls().xml()
409 return parent, expected_xml
410
411 # fixture components ---------------------------------------------
412

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected