(self)
| 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: |