MCPcopy Index your code
hub / github.com/pex-tool/pex / test_expected_scripts

Function test_expected_scripts

tests/test_packaging.py:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def test_expected_scripts():
20 # type: () -> None
21 interpreter = PythonInterpreter.get()
22 assert interpreter.is_venv
23 assert {"pex", "pex-tools"}.issubset(
24 os.path.basename(exe) for exe in Virtualenv(interpreter.prefix).iter_executables()
25 )
26
27
28def script_path(script_name):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected