Exemplo n.º 1
0
 def test_editable(self):
     p = ParamNode('x', 0, int)
     self.assertEqual(p.is_editable(), True)
Exemplo n.º 2
0
 def test_name(self):
     p = ParamNode(u'Überläufer', 0, int)
     self.assertEqual(p.is_editable(), True)