Skip to content

Commit a9d1777

Browse files
committed
feat(acp-nats): add integration test suite for Bridge, handlers, and workflows
- Add tests/ module with agent_handlers, builders, prefix, and workflows - Cover all 9 agent handlers with success and error paths - Test CancelledSessions, prompt waiter resolution, session.ready tasks Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent 99c1e6a commit a9d1777

6 files changed

Lines changed: 1056 additions & 0 deletions

File tree

rsworkspace/crates/acp-nats/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ pub mod prompt_slot_counter;
1212
pub mod session_id;
1313
pub mod subject_token_violation;
1414
pub(crate) mod telemetry;
15+
#[cfg(test)]
16+
mod tests;
1517

1618
pub use acp_prefix::{AcpPrefix, AcpPrefixError};
1719
pub use agent::Bridge;

0 commit comments

Comments
 (0)