mix test.live (claude_code_sdk v0.0.1)

View Source

Runs tests against the live Claude API instead of using mocks.

This task temporarily disables mocking and runs the test suite with actual API calls. Use with caution as it will make real API calls and incur costs.

Usage

mix test.live
mix test.live test/specific_test.exs

Options

All options are passed through to the underlying mix test task.