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

Method bold_fixture

tests/text/test_fonts.py:446–450  ·  view source on GitHub ↗
(self, request, _macStyle_)

Source from the content-addressed store, hash-verified

444
445 @pytest.fixture(params=[(0, False), (1, True)])
446 def bold_fixture(self, request, _macStyle_):
447 macStyle, expected_value = request.param
448 _macStyle_.return_value = macStyle
449 head_table = _HeadTable(None, None, None, None)
450 return head_table, expected_value
451
452 @pytest.fixture(params=[(5, False), (7, True)])
453 def italic_fixture(self, request, _macStyle_):

Callers

nothing calls this directly

Calls 1

_HeadTableClass · 0.90

Tested by

no test coverage detected