7 stable releases
| 5.1.3 | Jan 6, 2026 |
|---|---|
| 5.0.2 | Dec 21, 2025 |
| 5.0.1 | Dec 19, 2025 |
| 5.0.0 | Dec 18, 2025 |
| 4.0.0 | Dec 13, 2025 |
#656 in Testing
Used in 2 crates
52KB
897 lines
Test quality audit tooling for ggen
This crate provides mutation testing, assertion analysis, and false positive detection for the ggen test suite. Part of Feature 004: Test Quality Audit and Performance Optimization.
Overview
- Mutation testing via cargo-mutants integration
- Assertion strength analysis via AST parsing
- False positive detection (tests passing when functionality broken)
- Test quality report generation
Usage
use ggen_test_audit::AuditResult;
// Coming soon: Actual implementation
ggen-test-audit
Test quality audit tooling for ggen - mutation testing, assertion analysis, false positive detection.
Overview
This crate provides tooling for auditing test quality, including mutation testing, assertion analysis, and false positive detection to ensure high-quality test suites.
License
MIT OR Apache-2.0
Dependencies
~3.5–7.5MB
~134K SLoC