2025-08-24 11:10:53 -07:00
|
|
|
// Aggregates all former standalone integration tests as modules.
|
|
|
|
|
|
|
|
|
|
mod cli_stream;
|
|
|
|
|
mod client;
|
|
|
|
|
mod compact;
|
|
|
|
|
mod exec;
|
|
|
|
|
mod exec_stream_events;
|
2025-09-02 15:44:29 -07:00
|
|
|
mod fork_conversation;
|
2025-08-24 11:10:53 -07:00
|
|
|
mod live_cli;
|
2025-09-12 10:38:12 -07:00
|
|
|
mod model_overrides;
|
2025-08-24 11:10:53 -07:00
|
|
|
mod prompt_caching;
|
|
|
|
|
mod seatbelt;
|
|
|
|
|
mod stream_error_allows_next_turn;
|
|
|
|
|
mod stream_no_completed;
|