Exemplo n.º 1
0
 def test_make_key(self):
     key = Accumulator.make_key('test', 7)
     self.assertEqual(key.id(), 'test:7')