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

Method test_tip_on_string

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

Source from the content-addressed store, hash-verified

94 self.assertEqual("", ret[2])
95
96 def test_tip_on_string(self):
97 f, tip = _pydev_jy_imports_tipper.generate_tip("string")
98 self.assert_in("join", tip)
99 self.assert_in("uppercase", tip)
100
101 def test_imports(self):
102 tip = _pydev_jy_imports_tipper.generate_tip("__builtin__")[1]

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected