Beispiel #1
0
 def test_do_activate(self):
     # The cell cannot be activated. It returns True to indicate the
     # event is handled.
     cell = CellRendererGraph()
     self.assertEqual(
         True, cell.do_activate(None, None, None, None, None))