Bump pytest-homeassistant-custom-component from 0.13.107 to 0.13.128 #203
pull.yml
on: pull_request
Validate HACS
1m 28s
Check black
17s
Check isort
10s
Check flake8
16s
Check other linters
34s
Run tests
1m 24s
Annotations
7 errors
Check flake8
Process completed with exit code 1.
|
Run tests:
tests/test_config_flow.py#L123
test_setup_invalid_password
AssertionError: assert 'options' == 'user'
- user
+ options
|
Run tests:
tests/test_number.py#L53
test_shower_timer
AssertionError: assert '20' == '5.0'
- 5.0
+ 20
|
Run tests:
tests/test_select.py#L58
test_active_program
AssertionError: assert 'Clock 1' == 'Clock 2'
- Clock 2
? ^
+ Clock 1
? ^
|
Run tests:
tests/test_switch.py#L64
test_switch_states
AssertionError: assert 'off' == 'on'
- on
+ off
|
Run tests:
tests/test_switch.py#L155
test_presence_detection
AssertionError: assert 'on' == 'off'
- off
+ on
|
Run tests
Process completed with exit code 1.
|