MCPcopy Index your code
hub / github.com/python/cpython / test_window_title

Method test_window_title

Lib/idlelib/idle_test/test_outwin.py:44–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 self.assertFalse(w.ispythonsource(__file__))
43
44 def test_window_title(self):
45 self.assertEqual(self.window.top.title(), 'Output' + ' (%s)' % platform.python_version())
46
47 def test_maybesave(self):
48 w = self.window

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
titleMethod · 0.45

Tested by

no test coverage detected