mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
- Update test_transport.py: disconnect() -> close(), is_connected() -> is_ready() - Update test_subprocess_buffering.py: receive_messages() -> read_messages() - Fix test_streaming_client.py edge cases: - Add control protocol init to test_double_connect (use side_effect for multiple mocks) - Add control protocol init to test_receive_response_list_comprehension - Add control protocol init to test_concurrent_send_receive - All transport method calls now use read_messages() instead of receive_messages() Test results: 89 of 90 tests passing (1 subprocess test still needs work) |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_changelog.py | ||
| test_client.py | ||
| test_errors.py | ||
| test_integration.py | ||
| test_message_parser.py | ||
| test_streaming_client.py | ||
| test_subprocess_buffering.py | ||
| test_transport.py | ||
| test_types.py | ||