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

Method test_imports1

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

Source from the content-addressed store, hash-verified

69 pass
70
71 def test_imports1(self):
72 f, tip = _pydev_jy_imports_tipper.generate_tip("junit.framework.TestCase")
73 assert f.endswith("junit.jar")
74 ret = self.assert_in("assertEquals", tip)
75
76 # self.assertEqual('', ret[2])
77

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected