What problem does it solve?
TeaForge empowers AI agents to convert Python pytest and TypeScript/Jest suites into Japanese-style unit test documentation and Mermaid-enhanced coverage reports, giving clear guidance on parameter and branch coverage while preventing undisciplined test generation.
Core Features & Use Cases
- Japanese-style test methodology: Identify normal, boundary, and abnormal parameters plus every branch to reach C1 coverage and maintain single-responsibility, minimal-delta test cases.
- PCL and export pipeline: Use
teaforge pcl generate, optionally export HTML to PDF, and query individual test cases with teaforge get.
- Coverage with flowcharts: Select business functions with non-trivial branching, author Mermaid
flowchart TD diagrams, validate and persist them, then run teaforge coverage generate with the repeated --function flags to produce coverage reports that include those diagrams.
Quick Start
Use TeaForge to convert the pytest suite for user_service into PCL HTML and Mermaid coverage diagrams for its branching business functions.