core/tests/components/weather/snapshots/test_init.ambr

48 lines
982 B
Plaintext

# serializer version: 1
# name: test_get_forecast[daily-1]
dict({
'weather.testing': dict({
'forecast': list([
dict({
'cloud_coverage': None,
'temperature': 38.0,
'templow': 38.0,
'uv_index': None,
'wind_bearing': None,
}),
]),
}),
})
# ---
# name: test_get_forecast[hourly-2]
dict({
'weather.testing': dict({
'forecast': list([
dict({
'cloud_coverage': None,
'temperature': 38.0,
'templow': 38.0,
'uv_index': None,
'wind_bearing': None,
}),
]),
}),
})
# ---
# name: test_get_forecast[twice_daily-4]
dict({
'weather.testing': dict({
'forecast': list([
dict({
'cloud_coverage': None,
'is_daytime': True,
'temperature': 38.0,
'templow': 38.0,
'uv_index': None,
'wind_bearing': None,
}),
]),
}),
})
# ---