Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ test_imports3
Method
test_imports3
tests/test_simpleTipper.py:29–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
sys.stdout.write(
"%s\n"
% (a,))
28
29
def
test_imports3(self):
30
tip = _pydev_imports_tipper.generate_tip(
"os"
)
31
ret = self.assert_in(
"path"
, tip)
32
self.assertEqual(
""
, ret[2])
33
34
def
test_imports2(self):
35
try
:
Callers
nothing calls this directly
Calls
1
assert_in
Method · 0.95
Tested by
no test coverage detected