(self)
| 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 |
nothing calls this directly
no test coverage detected