예제 #1
0
 def test_sizeHint(self):
     """
     Verify that the status widget asks for only one line of display area.
     """
     status = StatusWidget(DummyModel(None))
     self.assertEqual(status.sizeHint(), (None, 1))