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;