Skip to content

Commit e86a81e

Browse files
committed
Modify the SmokeTests
1 parent 1e38a60 commit e86a81e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Scripts/checkcurrentweather.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
https://creativecommons.org/licenses/by-sa/4.0/
1616
'''
1717

18-
# checkweather.py
18+
# checkcurrentweather.py
1919
import datetime
2020
import json
2121
import urllib.request

SoftwareTests/SmokeTests.m

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function SmokeRun(testCase,Scripts)
4141
case "CheckingTheWeather.mlx"
4242
txt = readlines("Response.json");
4343
pycode = ["import checkcurrentweather"
44+
"import json"
4445
""
4546
"json_data = json.loads(txt)"
4647
"currentWeather = checkcurrentweather.parse_current_json(json_data)"

0 commit comments

Comments
 (0)