MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / TestAnalysisReport

Class TestAnalysisReport

testing/test_analyzer.py:60–68  ·  view source on GitHub ↗

Comprehensive test analysis report.

Source from the content-addressed store, hash-verified

58
59@dataclass
60class TestAnalysisReport:
61 """Comprehensive test analysis report."""
62 timestamp: str
63 failure_patterns: List[FailurePattern]
64 coverage_gaps: List[CoverageGap]
65 performance_issues: List[PerformanceIssue]
66 flaky_tests: List[str]
67 test_health_score: float
68 recommendations: List[str]
69
70class TestAnalyzer:
71 """Advanced test analyzer with pattern recognition and recommendations."""

Callers 1

analyzeMethod · 0.85

Calls

no outgoing calls

Tested by 1

analyzeMethod · 0.68