pmat 3.14.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
// Tests split for file health compliance (CB-040)
// Each test module is in its own file for maintainability

include!("tests_core.rs");
include!("tests_markdown.rs");
include!("tests_pmatignore.rs");
include!("tests_red_bug.rs");
include!("tests_property.rs");
include!("tests_coverage.rs");
include!("tests_extreme_tdd.rs");