//! 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;