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

Method test_dot_net_libraries

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

Source from the content-addressed store, hash-verified

219 self.assertTrue(line > 0)
220
221 def test_dot_net_libraries(self):
222 if sys.platform == "cli":
223 tip = _pydev_imports_tipper.generate_tip("System.Drawing")
224 self.assert_in("Brushes", tip)
225
226 tip = _pydev_imports_tipper.generate_tip("System.Drawing.Brushes")
227 self.assert_in("Aqua", tip)
228
229 def test_tips_hasattr_failure(self):
230 class MyClass(object):

Callers

nothing calls this directly

Calls 1

assert_inMethod · 0.95

Tested by

no test coverage detected