Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ test_imports2a
Method
test_imports2a
tests/test_simpleTipper.py:63–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
)
62
63
def
test_imports2a(self):
64
tips = _pydev_imports_tipper.generate_tip(
"%s.RuntimeError"
% BUILTIN_MOD)
65
self.assert_in(
"__doc__"
, tips)
66
67
def
test_imports2b(self):
68
try
:
Callers
nothing calls this directly
Calls
1
assert_in
Method · 0.95
Tested by
no test coverage detected