Bump pytest-homeassistant-custom-component from 0.13.107 to 0.13.120 #197
pull.yml
on: pull_request
Validate HACS
1m 35s
Check black
17s
Check isort
19s
Check flake8
21s
Check other linters
35s
Run tests
1m 20s
Annotations
6 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#L155
test_presence_detection
AssertionError: assert 'on' == 'off'
- off
+ on
|
Run tests
Process completed with exit code 1.
|