Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:46 +08:00
commit 94bc00b714
8 changed files with 248 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for unit-test-generator skill
- [ ] detect_framework.py Detects the testing framework used in a project.
- [ ] generate_mocks.py Generates mock objects for dependencies.
- [ ] test_runner.sh Executes the generated tests and reports results.