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

Class FailurePattern

testing/test_analyzer.py:32–39  ·  view source on GitHub ↗

Represents a categorized test failure pattern.

Source from the content-addressed store, hash-verified

30
31@dataclass
32class FailurePattern:
33 """Represents a categorized test failure pattern."""
34 category: str
35 pattern: str
36 description: str
37 frequency: int
38 affected_tests: List[str]
39 suggested_fix: str
40
41@dataclass
42class CoverageGap:

Callers 1

Calls

no outgoing calls

Tested by 1