Jmcollin78/issue916 (#917) #442
Annotations
7 errors
testu:
tests/test_bugs.py#L222
test_bug_272[True-True]
AssertionError: assert 2 == 1
+ where 2 = <AsyncMock name='async_call' id='140474548900000'>.call_count
|
testu:
tests/test_auto_regulation.py#L579
test_over_climate_regulation_dtemp_null[True-True]
assert 23.6 == (20 + 2.4)
+ where 23.6 = <entity climate.theoverclimatemockname=heat>.regulated_target_temp
|
testu:
tests/test_config_flow.py#L916
test_user_config_flow_over_climate_auto_start_stop[True-True]
AssertionError: assert ['main', 'fea... 'power', ...] == ['main', 'fea...not_complete']
At index 4 diff: 'window' != 'advanced'
Left contains 3 more items, first extra item: 'presence'
Full diff:
[
'main',
'features',
'type',
'presets',
+ 'window',
+ 'power',
+ 'presence',
'advanced',
'configuration_not_complete',
]
|
testu:
tests/test_config_flow.py#L1167
test_user_config_flow_over_switch_bug_552_tpi[True-True]
AssertionError: assert ['main', 'fea... 'power', ...] == ['main', 'fea...not_complete']
At index 4 diff: 'window' != 'advanced'
Left contains 3 more items, first extra item: 'presence'
Full diff:
[
'main',
'features',
'type',
'presets',
+ 'window',
+ 'power',
+ 'presence',
'advanced',
'configuration_not_complete',
]
|
testu:
tests/test_config_flow.py#L1421
test_user_config_flow_over_climate_valve[True]
AssertionError: assert ['main', 'fea... 'power', ...] == ['main', 'fea...not_complete']
At index 4 diff: 'window' != 'advanced'
Left contains 3 more items, first extra item: 'presence'
Full diff:
[
'main',
'features',
'type',
'presets',
+ 'window',
+ 'power',
+ 'presence',
'advanced',
'configuration_not_complete',
]
|
testu:
tests/test_overclimate.py#L573
test_bug_508[True]
AssertionError: assert 2 == 1
+ where 2 = <AsyncMock name='async_call' id='139856061964720'>.call_count
|
testu
Process completed with exit code 1.
|