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

Method delete_fixture

tests/styles/test_latent.py:43–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42 @pytest.fixture
43 def delete_fixture(self):
44 latent_styles = element("w:latentStyles/w:lsdException{w:name=Foo}")
45 latent_style = _LatentStyle(latent_styles[0])
46 expected_xml = xml("w:latentStyles")
47 return latent_style, latent_styles, expected_xml
48
49 @pytest.fixture(
50 params=[

Callers

nothing calls this directly

Calls 3

_LatentStyleClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected