Exemplo n.º 1
0
 def test_getvalue(self):
     test = Entry('test')
     test.value = 'another word'
     assert test.getvalue() == 'another word'
Exemplo n.º 2
0
 def test_getvalue(self):
     test = Entry('test')
     test.value = 'another word'
     assert test.getvalue() == 'another word'