Add NodeFeature.CIRCLE #2221
verify.yml
on: push
Prepare
52s
Matrix: prepare-test-cache
Matrix: pytest
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
2 errors
|
Run pytest using Python 3.13
Process completed with exit code 1.
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L2540
TestStick.test_node_discovery_and_load
AssertionError: assert [<NodeFeature...'power'>, ...] == [<NodeFeature...'relay'>, ...]
At index 1 diff: <NodeFeature.CIRCLE: 'circle'> != <NodeFeature.ENERGY: 'energy'>
Left contains one more item: <NodeFeature.RELAY_LOCK: 'relay_lock'>
Full diff:
[
<NodeFeature.AVAILABLE: 'available'>,
+ <NodeFeature.CIRCLE: 'circle'>,
<NodeFeature.ENERGY: 'energy'>,
<NodeFeature.INFO: 'info'>,
<NodeFeature.PING: 'ping'>,
<NodeFeature.POWER: 'power'>,
<NodeFeature.RELAY: 'relay'>,
<NodeFeature.RELAY_LOCK: 'relay_lock'>,
]
|