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

Method remove_fixture

tests/oxml/test_xmlchemy.py:653–657  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

651
652 @pytest.fixture(params=[True, False])
653 def remove_fixture(self, request):
654 zooChild_is_present = request.param
655 parent = self.parent_bldr(zooChild_is_present).element
656 expected_xml = self.parent_bldr(False).xml()
657 return parent, expected_xml
658
659 # fixture components ---------------------------------------------
660

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
xmlMethod · 0.45

Tested by

no test coverage detected