pmat 3.15.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Tests for QA work handler
//! Split into parts for file health compliance (CB-040)

#[path = "qa_work_tests_part1.rs"]
mod qa_work_tests_part1;

#[path = "qa_work_tests_part2.rs"]
mod qa_work_tests_part2;

#[path = "qa_work_tests_part3.rs"]
mod qa_work_tests_part3;

#[path = "qa_work_tests_part4.rs"]
mod qa_work_tests_part4;