MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_file

Function test_file

test/common.py:126–128  ·  view source on GitHub ↗

Construct a path relative to the emscripten "tests" directory.

(*path_components)

Source from the content-addressed store, hash-verified

124
125
126def test_file(*path_components):
127 """Construct a path relative to the emscripten "tests" directory."""
128 return str(Path(TEST_ROOT, *path_components))
129
130
131def copy_asset(filename, target='.'):

Calls

no outgoing calls

Tested by

no test coverage detected