Exemplo n.º 1
0
 def test_setvalue(self):
     test = Entry('test')
     test.setvalue('a word')
     assert test.value == 'a word'
Exemplo n.º 2
0
 def test_setvalue(self):
     test = Entry('test')
     test.setvalue('a word')
     assert test.value == 'a word'