Beispiel #1
0
 def test_set_001(self):
     c = Cache()
     c.set('key-set_001', "value")
     self.assertEqual(c.get('key-set_001'), "value")