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

Function test_file

features/steps/helpers.py:39–41  ·  view source on GitHub ↗

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

(filename: str)

Source from the content-addressed store, hash-verified

37
38
39def test_file(filename: str) -> str:
40 """Return the absolute path to the file having *filename* in acceptance test_files directory."""
41 return absjoin(thisdir, "test_files", filename)
42
43
44def test_image(filename: 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…