Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ test_it
Method
test_it
tests/test_jyserver.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
@pytest.mark.skipif(not IS_JYTHON, reason=
"Jython related test"
)
22
class
TestJython(unittest.TestCase):
23
def
test_it(self):
24
dbg(
"ok"
)
25
26
def
test_message(self):
27
t = pycompletionserver.CompletionServer(0)
Callers
nothing calls this directly
Calls
1
dbg
Function · 0.70
Tested by
no test coverage detected