Directed Test Input Generator

Generate targeted test inputs to reach specific code paths and hard-to-reach behaviors in Python code. Use when: (1) Targeting uncovered branches or specific execution paths, (2) Need coverage-guided test generation, (3) Want to leverage LLM understanding of code semantics for meaningful test inputs, (4) Testing boundary conditions and edge cases systematically, (5) Combining symbolic reasoning with fuzzing. Provides path analysis, constraint solving, coverage-guided strategies, and LLM-driven semantic generation for comprehensive test input creation.

ArabelaTso Updated

File contents

ArabelaTso/Skills-4-SE/tree/main/skills/directed-test-input-generator commit 0c352c29d8

Frequently asked questions

npx skillmds@latest add arabelatso/directed-test-input-generator