pmat 2.93.1

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
//! Integration and Acceptance Tests for PMAT Server
//!
//! This module provides comprehensive testing for all PMAT interfaces:
//! - CLI acceptance tests (100% command coverage)
//! - MCP acceptance tests (protocol compliance)
//! - HTTP API acceptance tests (REST compliance)

pub mod cli_acceptance;
pub mod http_acceptance;
pub mod mcp_acceptance;