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§
- Branch
Coverage - Branch-level code coverage information
- Coverage
Annotation - Inline annotation for displaying coverage information in the editor
- Coverage
Tracker - Coverage tracking for TDD
- Line
Coverage - Line-level code coverage information
- TddConfig
- Configuration options for TDD workflow automation and behavior.
- TddCycle
Result - Result of a TDD cycle action
- TddWorkflow
- TDD workflow manager
- Workflow
Status - Summary of the current TDD workflow status
Enums§
- Annotation
Severity - Severity levels for coverage and diagnostic annotations
- TddAction
- Actions that can be taken during a TDD cycle
- Test
Type - Types of tests that can be generated
- Workflow
State - Represents the current phase of the TDD (Test-Driven Development) workflow cycle.