test-generator
Installation
SKILL.md
Unit Test Generator
A high-impact skill that automatically scaffolds pytest test files based on your Python source code. It parses your code structure (classes and functions) and generates corresponding test functions.
Quick Start
# Generate tests for a file
result = await agent.run_tool("generate_tests", file_path="src/calculator.py")
print(result)
Scripts
| Script | Purpose |
|---|---|
| generate_tests.py | Analyzes code and generates test files |