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

Method remove_fixture

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

Source from the content-addressed store, hash-verified

429
430 @pytest.fixture(params=[True, False])
431 def remove_fixture(self, request):
432 zooChild_is_present = request.param
433 parent = self.parent_bldr(zooChild_is_present).element
434 expected_xml = self.parent_bldr(False).xml()
435 return parent, expected_xml
436
437 # fixture components ---------------------------------------------
438

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
xmlMethod · 0.45

Tested by

no test coverage detected