예제 #1
0
 def test_get_key_notfound(self):
     self.assertEqual('', autopylot.getkey({1:2}, 2))
예제 #2
0
 def test_get_key_found(self):
     self.assertEqual(2, autopylot.getkey({1:2}, 1))