8 lines
402 B
Markdown
8 lines
402 B
Markdown
# Scripts
|
|
|
|
Bundled resources for test-doubles-generator skill
|
|
|
|
- [ ] generate_doubles.py: Script to automate the test double generation process based on user input and code analysis.
|
|
- [ ] framework_adapter.py: Adapts the core generation logic to different testing frameworks (Jest, Sinon, etc.).
|
|
- [ ] dependency_analyzer.py: Analyzes code dependencies to determine the appropriate test double types.
|