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

Function test_image

features/steps/helpers.py:44–46  ·  view source on GitHub ↗

Return the absolute path to image file having *filename* in test_files directory.

(filename: str)

Source from the content-addressed store, hash-verified

42
43
44def test_image(filename: str):
45 """Return the absolute path to image file having *filename* in test_files directory."""
46 return absjoin(thisdir, "test_files", filename)
47
48
49def test_pptx(name: str) -> str:

Calls 1

absjoinFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…