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

Function test_pptx

features/steps/helpers.py:49–51  ·  view source on GitHub ↗

Return the absolute path to test .pptx file with root name *name*.

(name: str)

Source from the content-addressed store, hash-verified

47
48
49def test_pptx(name: str) -> str:
50 """Return the absolute path to test .pptx file with root name *name*."""
51 return absjoin(thisdir, "test_files", "%s.pptx" % name)

Calls 1

absjoinFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…