Commit 119a832
committed
Add optional id property to test schema (#698)
- Added optional id property for test cases with detailed description
- Added optional id property for individual tests in /test
- Both id properties are optional for backward compatibility
- IDs will be made required once all test files have them
The id property enables stable tracking of test cases and tests
across description changes and file reorganization.
Refs #6981 parent e99b24c commit 119a832
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
| |||
121 | 129 | | |
122 | 130 | | |
123 | 131 | | |
124 | | - | |
| 132 | + | |
0 commit comments