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

Function testfile

tests/unitutil/file.py:46–50  ·  view source on GitHub ↗

Return the absolute path to test file having *name*.

(name: str)

Source from the content-addressed store, hash-verified

44
45
46def testfile(name: str):
47 """
48 Return the absolute path to test file having *name*.
49 """
50 return absjoin(test_file_dir, name)
51
52
53def testfile_bytes(*segments: str):

Callers 1

iter_fixtureMethod · 0.85

Calls 1

absjoinFunction · 0.70

Tested by 1

iter_fixtureMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…