MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_find_thread

Function test_find_thread

tests_python/test_utilities.py:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108
109def test_find_thread():
110 from _pydevd_bundle.pydevd_constants import get_current_thread_id
111
112 assert pydevd_find_thread_by_id("123") is None
113
114 assert pydevd_find_thread_by_id(get_current_thread_id(threading.current_thread())) is threading.current_thread()
115
116
117def check_dap_log_message(log_message, expected, evaluated, eval_locals=None):

Callers

nothing calls this directly

Calls 2

pydevd_find_thread_by_idFunction · 0.90
get_current_thread_idFunction · 0.90

Tested by

no test coverage detected