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

Method del_raises_fixture

tests/text/test_tabstops.py:235–238  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

233 ]
234 )
235 def del_raises_fixture(self, request):
236 tab_stops_cxml, idx = request.param
237 tab_stops = TabStops(element(tab_stops_cxml))
238 return tab_stops, idx
239
240 @pytest.fixture(
241 params=[

Callers

nothing calls this directly

Calls 2

TabStopsClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected