Exemplo n.º 1
0
def json_stop(bus_stop_code):
    return jsonify(BusStops().by_stop_code(bus_stop_code))
Exemplo n.º 2
0
 def setUp(self):
     self.bus_stops = BusStops()
     self.stop_info = self.bus_stops.by_stop_code(1234)