MCPcopy Index your code
hub / github.com/python-openxml/python-docx / test_file

Function test_file

features/steps/helpers.py:32–34  ·  view source on GitHub ↗

Return the absolute path to file with `name` in test_files directory

(name: str)

Source from the content-addressed store, hash-verified

30
31
32def test_file(name: str):
33 """Return the absolute path to file with `name` in test_files directory"""
34 return absjoin(thisdir, "test_files", "%s" % 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…