This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments