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

Method test_imports4

tests/test_simpleTipper.py:42–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 pass
41
42 def test_imports4(self):
43 try:
44 tip = _pydev_imports_tipper.generate_tip("mx.DateTime.mxDateTime.mxDateTime")
45 self.assert_in("now", tip)
46 except ImportError:
47 pass
48
49 def test_imports5(self):
50 tip = _pydev_imports_tipper.generate_tip("%s.list" % BUILTIN_MOD)

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected