television/tests/mod.rs
LM 42e2728269 test(cli): new cli test suite (#564)
new set of test that cover the overall functionality of the cli

---------

Co-authored-by: alexandre pasmantier <alex.pasmant@gmail.com>
2025-06-28 16:59:57 +02:00

9 lines
259 B
Rust

//! Integration tests for Television
//!
//! This module contains all integration tests for the Television application.
//! Tests are organized into logical groups:
//! - `cli`: Command-line interface tests
//! - `common`: Shared test utilities
pub mod cli;