updating latest from mac
This commit is contained in:
7
weather-cli/tests/test_weather_cli.py
Normal file
7
weather-cli/tests/test_weather_cli.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import weather_cli
|
||||
|
||||
london = weather_cli.current_weather(
|
||||
'Leeds', 'ed0172b84ddf4e63a2860957644f91fb'
|
||||
)
|
||||
|
||||
print(london)
|
||||
Reference in New Issue
Block a user