claude-print/tests/integration.rs
jedarden 7176ef2939 Add bf-5nr validation notes: claude-print-ci WorkflowTemplate YAML is valid
YAML parses cleanly and kubectl dry-run returns no errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 02:11:37 -04:00

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;