Skip to main content

Module tdd_workflow

Module tdd_workflow 

Source
Expand description

Test-driven development helpers and generators. TDD (Test-Driven Development) workflow integration for LSP

Provides a complete red-green-refactor cycle support with automatic test generation, continuous testing, and refactoring suggestions.

Modules§

lsp_integration
LSP integration for TDD workflow

Structs§

BranchCoverage
Branch-level code coverage information
CoverageAnnotation
Inline annotation for displaying coverage information in the editor
CoverageTracker
Coverage tracking for TDD
LineCoverage
Line-level code coverage information
TddConfig
Configuration options for TDD workflow automation and behavior.
TddCycleResult
Result of a TDD cycle action
TddWorkflow
TDD workflow manager
WorkflowStatus
Summary of the current TDD workflow status

Enums§

AnnotationSeverity
Severity levels for coverage and diagnostic annotations
TddAction
Actions that can be taken during a TDD cycle
TestType
Types of tests that can be generated
WorkflowState
Represents the current phase of the TDD (Test-Driven Development) workflow cycle.