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

Method test_imports3

tests/test_jysimpleTipper.py:90–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 self.assertEqual("", ret[2])
89
90 def test_imports3(self):
91 f, tip = _pydev_jy_imports_tipper.generate_tip("os")
92 assert f.endswith("os.py")
93 ret = self.assert_in("path", tip)
94 self.assertEqual("", ret[2])
95
96 def test_tip_on_string(self):
97 f, tip = _pydev_jy_imports_tipper.generate_tip("string")

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected