MCPcopy Index your code
hub / github.com/python/cpython / test_does_not_exist

Method test_does_not_exist

Lib/test/test__interpreters.py:255–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 _interpreters.is_running(interp)
254
255 def test_does_not_exist(self):
256 with self.assertRaises(InterpreterNotFoundError):
257 _interpreters.is_running(1_000_000)
258
259 def test_bad_id(self):
260 with self.assertRaises(ValueError):

Callers

nothing calls this directly

Calls 2

assertRaisesMethod · 0.45
is_runningMethod · 0.45

Tested by

no test coverage detected