646 B
646 B
description, allowed-tools
| description | allowed-tools |
|---|---|
| [Express] Generate tests - alias for /generate-tests | Read, Write, Glob, Grep |
Express Test (/t)
Quick alias for test generation. Uses the same functionality as /generate-tests.
Usage
/t- Generate tests for recent changes/t <file-path>- Generate tests for specific file/t <function-name>- Generate tests for specific function
$ARGUMENTS
Generate comprehensive tests including:
- Unit tests for individual functions
- Edge cases and boundary conditions
- Error handling scenarios
- Integration tests where appropriate
Use the project's existing test framework and conventions.