commit
f523feb5a6
|
@ -30,9 +30,9 @@ class TestWeather(unittest.TestCase):
|
||||||
('23606', check_places("Newport News", "Virginia")),
|
('23606', check_places("Newport News", "Virginia")),
|
||||||
('23113', check_places("Chesterfield County", "Virginia")),
|
('23113', check_places("Chesterfield County", "Virginia")),
|
||||||
('27517', check_places("Chapel Hill", "North Carolina")),
|
('27517', check_places("Chapel Hill", "North Carolina")),
|
||||||
('15213', check_places("Allegheny County", "Pennsylvania")),
|
('15213', check_places("North Oakland", "Pennsylvania")),
|
||||||
('90210', check_places("Los Angeles County", "California")),
|
('90210', check_places("LA", "California")),
|
||||||
('33109', check_places("Miami-Dade County", "Florida")),
|
('33109', check_places("Fisher Island", "Florida")),
|
||||||
('80201', check_places("Denver", "Colorado")),
|
('80201', check_places("Denver", "Colorado")),
|
||||||
|
|
||||||
("Berlin", check_places("Berlin", "Deutschland")),
|
("Berlin", check_places("Berlin", "Deutschland")),
|
||||||
|
|
Loading…
Reference in New Issue