コード例 #1
0
ファイル: test.py プロジェクト: mattcaldwell/autopylot
 def test_get_key_notfound(self):
     self.assertEqual('', autopylot.getkey({1:2}, 2))
コード例 #2
0
ファイル: test.py プロジェクト: mattcaldwell/autopylot
 def test_get_key_found(self):
     self.assertEqual(2, autopylot.getkey({1:2}, 1))