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 @@
# Assets
Bundled resources for test-doubles-generator skill
- [ ] test_double_templates/: Directory containing templates for generating different types of test doubles (mocks, stubs, spies, fakes) for various frameworks.
- [ ] example_tests/: Directory containing example test cases demonstrating the usage of generated test doubles.
- [ ] configuration_templates/: Templates for configuring the test double generation process.