pmat 3.24.2

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
//! CLI Acceptance Test Helpers
//!
//! Helper modules and utilities for CLI acceptance testing framework.
//! Provides test runners, validators, and common testing utilities.

pub mod cli_test_runner;

/// Re-export main components for convenience
pub use cli_test_runner::{CliTestRunner, OutputFormat, TestResult, TestValidators};