Fix build issues #213
pull.yml
on: pull_request
Validate HACS
1m 57s
Check black
14s
Check isort
13s
Check flake8
13s
Check other linters
42s
Run tests
1m 54s
Annotations
5 errors
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 'unavailable' == '5.0'
- 5.0
+ unavailable
|
Run tests:
tests/test_select.py#L58
test_active_program
AssertionError: assert 'unavailable' == 'Clock 2'
- Clock 2
+ unavailable
|
Run tests:
tests/test_switch.py#L155
test_presence_detection
AssertionError: assert 'unavailable' == 'off'
- off
+ unavailable
|
Run tests
Process completed with exit code 1.
|