Better test adaptation #2962
verify.yml
on: push
Cache identify
7s
Matrix: pytest
Run mypy
0s
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#L1714
TestStick.test_network_cache
AssertionError: assert {'0123456789A...RCLE_PLUS: 1>} == {}
Left contains 1 more item:
{'0123456789ABCDEF': <NodeType.CIRCLE_PLUS: 1>}
Full diff:
- {}
+ {
+ '0123456789ABCDEF': <NodeType.CIRCLE_PLUS: 1>,
+ }
|