Skip to main content

tui/testing/
mod.rs

1#![doc = include_str!("../docs/testing.md")]
2
3mod helpers;
4mod test_terminal;
5
6pub use helpers::{cols, key, pad, render_component, render_component_with_renderer, render_lines, sample_options};
7pub use test_terminal::{Cell, TestTerminal, assert_buffer_eq};