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

Method test_imports2a

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

Source from the content-addressed store, hash-verified

82 self.assertEqual("", ret[2])
83
84 def test_imports2a(self):
85 f, tip = _pydev_jy_imports_tipper.generate_tip("org.apache.tools.ant")
86 assert f.endswith("ant.jar")
87 ret = self.assert_in("Task", tip)
88 self.assertEqual("", ret[2])
89
90 def test_imports3(self):
91 f, tip = _pydev_jy_imports_tipper.generate_tip("os")

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected