Exemple #1
0
 def test_do_editing_started(self):
     # The cell cannot be edited. It returns None.
     cell = CellRendererGraph()
     self.assertEqual(
         None, cell.do_editing_started(None, None, None, None, None))