コード例 #1
0
ファイル: test_Cache.py プロジェクト: GunioRobot/heroshi
 def test_dict_constructor_001(self):
     """`Cache` constructor must behave like dict's one."""
     d = {}
     c = Cache(d)
     self.assertEqual(c.items(), [])