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

Method table_count_fixture

tests/text/test_fonts.py:286–290  ·  view source on GitHub ↗
(self, _fields_)

Source from the content-addressed store, hash-verified

284
285 @pytest.fixture
286 def table_count_fixture(self, _fields_):
287 font = _Font(None)
288 _fields_.return_value = (-666, 42)
289 expected_value = 42
290 return font, expected_value
291
292 # fixture components -----------------------------------
293

Callers

nothing calls this directly

Calls 1

_FontClass · 0.90

Tested by

no test coverage detected