Beispiel #1
0
 def test_dict_constructor_001(self):
     """`Cache` constructor must behave like dict's one."""
     d = {}
     c = Cache(d)
     self.assertEqual(c.items(), [])