()
| 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.") |
| 363 | def 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.") |
nothing calls this directly
no test coverage detected