MCPcopy
hub / github.com/pex-tool/pex / test_iter_interpreter_none

Method test_iter_interpreter_none

tests/test_interpreter.py:135–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 ] == list(PythonInterpreter.iter_candidates(paths=[test_interpreter1, test_interpreter2]))
134
135 def test_iter_interpreter_none(self):
136 # type: () -> None
137 assert [] == list(PythonInterpreter.iter_candidates(paths=[os.devnull]))
138
139 def test_iter_candidates_empty_paths(self, test_interpreter1):
140 # type: (str) -> None

Callers

nothing calls this directly

Calls 1

iter_candidatesMethod · 0.80

Tested by

no test coverage detected