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

Method assert_in

tests/test_simpleTipper.py:210–214  ·  view source on GitHub ↗
(self, tok, tips)

Source from the content-addressed store, hash-verified

208 raise AssertionError("%s not in %s", tok, tips)
209
210 def assert_in(self, tok, tips):
211 for a in tips[1]:
212 if tok == a[0]:
213 return a
214 raise AssertionError("%s not in %s" % (tok, tips))
215
216 def test_search(self):
217 s = _pydev_imports_tipper.search_definition("inspect.ismodule")

Callers 9

test_imports3Method · 0.95
test_imports2Method · 0.95
test_imports4Method · 0.95
test_imports5Method · 0.95
test_imports2aMethod · 0.95
test_imports2bMethod · 0.95
test_imports2cMethod · 0.95
test_importsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected