Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ run
Method
run
tests_python/debugger_unittest.py:718–719 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
716
self.log = []
717
718
def
run(self):
719
self.start_socket()
720
721
def
check_test_suceeded_msg(self, stdout, stderr):
722
return
"TEST SUCEEDED"
in
""
.join(stdout)
Callers
nothing calls this directly
Calls
1
start_socket
Method · 0.95
Tested by
no test coverage detected