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

Method test_imports2

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

Source from the content-addressed store, hash-verified

32 self.assertEqual("", ret[2])
33
34 def test_imports2(self):
35 try:
36 tip = _pydev_imports_tipper.generate_tip("OpenGL.GLUT")
37 self.assert_in("glutDisplayFunc", tip)
38 self.assert_in("glutInitDisplayMode", tip)
39 except ImportError:
40 pass
41
42 def test_imports4(self):
43 try:

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected