Test: add missing await as suggested #2433
verify.yml
on: push
Cache identify
5s
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#L1701
TestStick.test_network_cache
AssertionError: expected call not found.
Expected: writelines(['0123456789ABCDEF;NodeType.CIRCLE_PLUS\n', 'FEDCBA9876543210;NodeType.CIRCLE\n', '1298347650AFBECD;NodeType.SCAN\n', '1234ABCD4321FEDC;NodeType.STEALTH\n'])
Actual: not called.
|