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

Function run

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

Source from the content-addressed store, hash-verified

18
19 @pytest.fixture(params=[runners.launch] + runners.all_attach_socket)
20 def run(request):
21 return request.param
22
23
24def expected_subprocess_config(parent_session):

Callers 15

test_with_no_outputFunction · 0.70
test_with_tab_in_outputFunction · 0.70
test_redirect_outputFunction · 0.70
test_non_ascii_outputFunction · 0.70
test_pythonw_outputFunction · 0.70
test_with_path_mappingsFunction · 0.70
test_stack_formatFunction · 0.70
test_module_eventsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected