MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / test_tracing_other_threads

Function test_tracing_other_threads

tests_python/test_utilities.py:335–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333@pytest.mark.skipif(not IS_CPYTHON, reason="Functionality to trace other threads requires CPython.")
334@pytest.mark.skipif(PYDEVD_USE_SYS_MONITORING, reason="Tracing is not used with sys.monitoring.")
335def test_tracing_other_threads():
336 # Note: run this test in a separate process so that it doesn't mess with any current tracing
337 # in our current process.
338 _check_in_separate_process("_check_tracing_other_threads")
339
340
341def _check_basic_tracing():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected