Don't store Circle_Plus in nodetypes cache #2958
verify.yml
on: push
Cache identify
6s
Matrix: pytest
Run mypy
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#L1739
TestStick.test_network_cache
AssertionError: expected call not found.
Expected: writelines(['0123456789ABCDEF;CIRCLE_PLUS\n', 'FEDCBA9876543210;CIRCLE\n', '1298347650AFBECD;SCAN\n', '1234ABCD4321FEDC;STEALTH\n'])
Actual: writelines(['FEDCBA9876543210;CIRCLE\n', '1298347650AFBECD;SCAN\n', '1234ABCD4321FEDC;STEALTH\n'])
|