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

Method test_imports2

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

Source from the content-addressed store, hash-verified

76 # self.assertEqual('', ret[2])
77
78 def test_imports2(self):
79 f, tip = _pydev_jy_imports_tipper.generate_tip("junit.framework")
80 assert f.endswith("junit.jar")
81 ret = self.assert_in("TestCase", tip)
82 self.assertEqual("", ret[2])
83
84 def test_imports2a(self):
85 f, tip = _pydev_jy_imports_tipper.generate_tip("org.apache.tools.ant")

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected