Skip to content

Tests

Tests #2

Triggered via pull request April 5, 2025 13:30
@andrew-codechimpandrew-codechimp
synchronize #9
tests
Status Failure
Total duration 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run tests
Process completed with exit code 1.
Run tests: tests/test_sensor.py#L79
test_max_sensor AttributeError: 'NoneType' object has no attribute 'state'
Run tests: tests/test_sensor.py#L113
test_value_error AttributeError: 'NoneType' object has no attribute 'attributes'
Run tests: tests/test_sensor.py#L44
test_min_sensor AttributeError: 'NoneType' object has no attribute 'state'
Run tests: tests/test_init.py#L19
test_unload_entry AssertionError: assert <ConfigEntryState.SETUP_ERROR: 'setup_error'> is <ConfigEntryState.LOADED: 'loaded'> + where <ConfigEntryState.SETUP_ERROR: 'setup_error'> = <ConfigEntry entry_id=1 version=1 domain=periodic_min_max title=Mock Title state=ConfigEntryState.SETUP_ERROR unique_id=None>.state + and <ConfigEntryState.LOADED: 'loaded'> = ConfigEntryState.LOADED
Run tests: tests/test_init.py#L65
test_setup assert False