Bump pytest-homeassistant-custom-component from 0.13.107 to 0.13.135 #207
pull.yml
on: pull_request
Validate HACS
1m 25s
Check black
13s
Check isort
10s
Check flake8
13s
Check other linters
34s
Run tests
1m 21s
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#L38
test_shower_timer
AssertionError: assert 'unknown' == '20'
- 20
+ unknown
|
Run tests:
tests/test_select.py#L41
test_active_program
AssertionError: assert 'unknown' == 'Clock 1'
- Clock 1
+ unknown
|
Run tests:
tests/test_switch.py#L155
test_presence_detection
AssertionError: assert 'on' == 'off'
- off
+ on
|
Run tests
Process completed with exit code 1.
|