def test_eta_station_in_destinations(self): funcs = views._api_helper() self.assertTrue(funcs.has_key('/eta/<station>'))
def test_favicon_in_destinations(self): funcs = views._api_helper() self.assertTrue(funcs.has_key('/favicon.ico'))
def test_stations_in_destinations(self): funcs = views._api_helper() self.assertTrue(funcs.has_key('/stations'))