pmat 3.15.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)
mod tests {
    use super::*;

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