claude-code-sdk-python/tests
Sam Fu f233df1852
Some checks are pending
Lint / lint (push) Waiting to run
Test / test (3.10) (push) Waiting to run
Test / test (3.11) (push) Waiting to run
Test / test (3.12) (push) Waiting to run
Test / test (3.13) (push) Waiting to run
teach ClaudeCodeOptions.mcp_servers to accept a filepath (#114)
`claude`'s `--mcp-config` takes either a JSON file or string, so support
this in `ClaudeCodeOptions`
```
  --mcp-config <file or string>    Load MCP servers from a JSON file or string
```

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Sam Fu <shunfu@users.noreply.github.com>
2025-08-06 14:13:59 -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 teach ClaudeCodeOptions.mcp_servers to accept a filepath (#114) 2025-08-06 14:13:59 -07:00
test_types.py Fix tests to match updated ResultMessage type 2025-06-17 16:51:28 -07:00