YAML parses cleanly and kubectl dry-run returns no errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
268 B
Rust
6 lines
268 B
Rust
/// Integration test suite for claude-print (Phase 10).
|
|
///
|
|
/// These tests compose multiple library modules to verify end-to-end behaviors
|
|
/// at the library level — without invoking the compiled binary directly.
|
|
#[path = "integration/scenarios.rs"]
|
|
mod scenarios;
|