Skip to main content

Module intent

Module intent 

Source
Expand description

Test intent generator — produces test recommendations from impact analysis.

Outputs structured test intent (not test scripts):

  • What scenarios should be tested
  • What risks are introduced
  • Where confidence is high vs low
  • Existing coverage gaps

Each recommendation includes an explanation chain showing WHY the system recommends testing this scenario.

Structs§

CoverageGap
A gap in existing test coverage.
Risk
An identified risk from the change.
SkippedEntity
An entity explicitly decided NOT to test, with reasoning.
TestIntent
Complete test intent output — what to test and why.
TestIntentSummary
TestScenario
A single test scenario recommendation.

Enums§

RiskSeverity

Functions§

generate_test_intent
Generate test intent from an impact report.