MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_imports2b

Method test_imports2b

tests/test_simpleTipper.py:67–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self.assert_in("__doc__", tips)
66
67 def test_imports2b(self):
68 try:
69 file
70 except:
71 pass
72 else:
73 tips = _pydev_imports_tipper.generate_tip("%s" % BUILTIN_MOD)
74 t = self.assert_in("file", tips)
75 self.assertTrue("->" in t[1].strip() or "file" in t[1])
76
77 def test_imports2c(self):
78 try:

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected