13 lines
250 B
Rust
13 lines
250 B
Rust
|
|
// Aggregates all former standalone integration tests as modules.
|
||
|
|
|
||
|
|
mod cli_stream;
|
||
|
|
mod client;
|
||
|
|
mod compact;
|
||
|
|
mod exec;
|
||
|
|
mod exec_stream_events;
|
||
|
|
mod live_cli;
|
||
|
|
mod prompt_caching;
|
||
|
|
mod seatbelt;
|
||
|
|
mod stream_error_allows_next_turn;
|
||
|
|
mod stream_no_completed;
|