MCPcopy Create free account
hub / github.com/microsoft/debugpy / run

Function run

tests/debugpy/test_breakpoints.py:21–22  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

19
20 @pytest.fixture(params=[runners.launch, runners.attach_connect["cli"]])
21 def run(request):
22 return request.param
23
24
25@pytest.mark.parametrize("target", targets.all_named)

Callers 12

test_path_with_ampersandFunction · 0.70
test_path_with_unicodeFunction · 0.70
test_error_in_conditionFunction · 0.70
test_log_pointFunction · 0.70
test_invalid_breakpointsFunction · 0.70
test_deep_stacksFunction · 0.70
test_break_apiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected