Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:37 +08:00
commit e1927dc4ae
8 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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.