Skip to content

Commit a3f2a46

Browse files
Update schema.v2.json
1 parent 7d8efae commit a3f2a46

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

static/schema/schema.v2.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,37 @@
11331133
"path_instructions": []
11341134
},
11351135
"description": "Settings related to the generation of docstrings."
1136+
},
1137+
"unit_tests": {
1138+
"type": "object",
1139+
"properties": {
1140+
"path_instructions": {
1141+
"type": "array",
1142+
"items": {
1143+
"type": "object",
1144+
"properties": {
1145+
"path": {
1146+
"type": "string",
1147+
"description": "File path glob pattern. Example: **/*.js"
1148+
},
1149+
"instructions": {
1150+
"type": "string",
1151+
"maxLength": 20000,
1152+
"description": "Provides additional guidelines for unit test generation based on file paths."
1153+
}
1154+
},
1155+
"required": ["path", "instructions"],
1156+
"additionalProperties": false
1157+
},
1158+
"default": [],
1159+
"description": "Unit Test Generation | Provide additional guidelines for unit test generation based on file paths."
1160+
}
1161+
},
1162+
"additionalProperties": false,
1163+
"default": {
1164+
"path_instructions": []
1165+
},
1166+
"description": "Settings related to the generation of unit tests."
11361167
}
11371168
},
11381169
"additionalProperties": false,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy