rust-expect 0.1.0

Next-generation Expect-style terminal automation library for Rust
Documentation
1
2
3
4
5
6
7
8
//! Integration tests for rust-expect.
//!
//! Note: Main integration tests (spawn, expect, mock) are in separate files
//! at the tests/ directory level for better discovery.

mod dialog_tests;
mod pattern_tests;
mod session_tests;