Ejemplo n.º 1
0
 def test_built_api_call_map(self):
     # Ensure that the map is populated.
     # It starts empty, but the decorators should add to it as they're
     # applied. As of 2013/10/21, there were 52 calls (with more likely
     # to be added), so let's simply ensure there are enough there.
     self.assertTrue(len(api_call_map.keys()) > 50)
Ejemplo n.º 2
0
 def test_built_api_call_map(self):
     # Ensure that the map is populated.
     # It starts empty, but the decorators should add to it as they're
     # applied. As of 2013/10/21, there were 52 calls (with more likely
     # to be added), so let's simply ensure there are enough there.
     self.assertTrue(len(api_call_map.keys()) > 50)