Example #1
0
 def test_routes_method(self):
     b = Bongo()
     b.routes()
     params = {'format': 'json'}
     endpoint = 'http://ebongo.org/api/routelist'
     self.get.assert_called_with(endpoint, params=params)