mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 09:40:30 +08:00
0159b008c30c4f1522b9524def19ac0df30b0223
- Created `test_protocol_messages.py` to cover tests for protocol message models including ErrorPayload, PeerInfo, InitializeMessage, ResultMessage, InvokeMessage, EventMessage, CancelMessage, and the parse_message function. - Implemented validation tests to ensure required fields and serialization behavior. - Added `test_transport.py` to test the Transport base class and its implementations: StdioTransport and WebSocketTransport. - Included tests for lifecycle methods, message handling, and error conditions in transport classes.
The file is empty.
Languages
Python
61.2%
Vue
19.5%
JavaScript
13.6%
TypeScript
4.8%
HTML
0.3%
Other
0.6%