コード例 #1
0
ファイル: test_graphcell.py プロジェクト: jelmer/bzr-gtk
 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))