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

Function test_tracing_basic

tests_python/test_utilities.py:363–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361@pytest.mark.skipif(not IS_CPYTHON, reason="Functionality to trace other threads requires CPython.")
362@pytest.mark.skipif(PYDEVD_USE_SYS_MONITORING, reason="Tracing is not used with sys.monitoring.")
363def test_tracing_basic():
364 _check_in_separate_process("_check_basic_tracing")
365
366
367@pytest.mark.skipif(not IS_CPYTHON, reason="Functionality to trace other threads requires CPython.")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected