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

Method italic_fixture

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

Source from the content-addressed store, hash-verified

451
452 @pytest.fixture(params=[(5, False), (7, True)])
453 def italic_fixture(self, request, _macStyle_):
454 macStyle, expected_value = request.param
455 _macStyle_.return_value = macStyle
456 head_table = _HeadTable(None, None, None, None)
457 return head_table, expected_value
458
459 @pytest.fixture
460 def macStyle_fixture(self):

Callers

nothing calls this directly

Calls 1

_HeadTableClass · 0.90

Tested by

no test coverage detected