File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
src/content/docs/developing/testing Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,21 @@ The following hierarchy is used to determine the configuration for local files:
1919Shown below is an example of a project structure with the ` testing.json ` file at the global and directory level:
2020
2121<FileTree >
22- - .vscode
23- - testing.json ** Global configuration**
24- - qsqlsrc
25- - employee.sql
26- - qrpglesrc
27- - utilsA.rpgle
28- - utilsB.rpgle
29- - employee.rpgle
30- - qtestsrc
31- - utils
32- - testing.json ** Directory level configuration**
33- - utilsA.test.rpgle
34- - utilsB.test.rpgle
35- - employee.test.rpgle
22+ - my-project
23+ - .vscode
24+ - testing.json ** Global configuration**
25+ - qsqlsrc
26+ - employee.sql
27+ - qrpglesrc
28+ - utilsA.rpgle
29+ - utilsB.rpgle
30+ - employee.rpgle
31+ - qtestsrc
32+ - utils
33+ - testing.json ** Directory level configuration**
34+ - utilsA.test.rpgle
35+ - utilsB.test.rpgle
36+ - employee.test.rpgle
3637</FileTree >
3738
3839### Source Members
You can’t perform that action at this time.
0 commit comments