claude-code-sdk-python/tests
Dickson Tsai aecba20ccc
Add extra_args field to ClaudeCodeOptions for forward compatibility
- Add extra_args dict field to pass arbitrary CLI flags
- Support both valued flags (--flag value) and boolean flags (--flag)
- Add comprehensive tests for the new functionality
- Allows SDK to work with future CLI flags without code changes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 15:07:56 -07:00
..
conftest.py Initial Python SDK import 2025-06-12 00:16:19 -07:00
test_changelog.py Add changelog and changelog format check (#77) 2025-07-21 10:53:01 -07:00
test_client.py Fix tests to match updated ResultMessage type 2025-06-17 16:51:28 -07:00
test_errors.py Initial Python SDK import 2025-06-12 00:16:19 -07:00
test_integration.py Fix tests to match updated ResultMessage type 2025-06-17 16:51:28 -07:00
test_message_parser.py Improve UserMessage types to include ToolResultBlock (#101) 2025-07-31 07:51:39 -07:00
test_streaming_client.py Improve examples 2025-07-19 19:57:17 -07:00
test_subprocess_buffering.py Fix FastAPI SSE streaming compatibility (fixes #4) 2025-07-01 00:04:50 -07:00
test_transport.py Add extra_args field to ClaudeCodeOptions for forward compatibility 2025-08-04 15:07:56 -07:00
test_types.py Fix tests to match updated ResultMessage type 2025-06-17 16:51:28 -07:00