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