Example #1
0
 def test_set(self):
     element = Base(self.txn, 'test', 'test value')
     element.set('another test')
     self.assertEqual(element.get(), 'another test')