pmat 3.16.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
//! Tests split for file health compliance (CB-040)
//! This file is included as `mod tests` from spec_handlers/mod.rs via
//! `#[path = "tests.rs"]`, so its top-level items ARE the test module's
//! contents. No inner `mod tests` wrapper (would double-nest `super::`).

include!("tests_part1.rs");
include!("tests_part2.rs");