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

Method raw_fixture

tests/text/test_fonts.py:675–680  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

673
674 @pytest.fixture
675 def raw_fixture(self):
676 name_table = _NameTable(None, None, None, None)
677 bufr = b"xXxFoobarxXx"
678 strings_offset, str_offset, length = 1, 2, 6
679 expected_bytes = b"Foobar"
680 return (name_table, bufr, strings_offset, str_offset, length, expected_bytes)
681
682 # fixture components -----------------------------------
683

Callers

nothing calls this directly

Calls 1

_NameTableClass · 0.90

Tested by

no test coverage detected