示例#1
0
def weather_gov():
    print('running weather_gov test')
    try:
        weather_gov_test()
        test_passed()
    except Exception as e:
        print(str(e))
        test_failed()
示例#2
0
def weather_gov():
    print('TEST: weather_gov')
    try:
        weather_gov_test()
        test_passed()
    except Exception as e:
        print(str(e))
        test_failed()
示例#3
0
def weather_gov():
    print('running weather_gov test')
    weather_gov_test()