24 lines
646 B
Markdown
24 lines
646 B
Markdown
---
|
|
description: "[Express] Generate tests - alias for /generate-tests"
|
|
allowed-tools: 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:
|
|
1. Unit tests for individual functions
|
|
2. Edge cases and boundary conditions
|
|
3. Error handling scenarios
|
|
4. Integration tests where appropriate
|
|
|
|
Use the project's existing test framework and conventions.
|