Support ANT BMS #460
Annotations
2 errors
|
validate
Process completed with exit code 1.
|
|
validate:
tests/test_fuzzing.py#L18
test_notification_handler[ant_bms]
IndexError: bytearray index out of range
Falsifying example: test_notification_handler(
monkeypatch=<_pytest.monkeypatch.MonkeyPatch object at 0x7f57218ed810>,
patch_bleak_client=_patch,
pytestconfig=<_pytest.config.Config object at 0x7f572c3e9400>,
plugin_fixture=<module 'custom_components.bms_ble.plugins.ant_bms' from '/home/runner/work/BMS_BLE-HA/BMS_BLE-HA/custom_components/bms_ble/plugins/ant_bms.py'>,
data=b'',
)
Explanation:
These lines were always and only run by failing examples:
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pytest_asyncio/plugin.py:774
You can reproduce this example by temporarily adding @reproduce_failure('6.135.33', b'AGA=') as a decorator on your test case
|