# `mix test.live`
[🔗](https://github.com/nshkrdotcom/claude_agent_sdk/blob/v0.9.2/lib/mix/tasks/test.live.ex#L1)

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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
