mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 14:21:43 +00:00

new set of test that cover the overall functionality of the cli --------- Co-authored-by: alexandre pasmantier <alex.pasmant@gmail.com>
9 lines
259 B
Rust
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;
|