Commit b6c60a5
Fix test duplication in IHP tests (#2195)
* Initial plan
* Changes before error encountered
Co-authored-by: mpscholten <[email protected]>
* Update table helper to take name as parameter for cleaner syntax
Co-authored-by: mpscholten <[email protected]>
* Apply col and table helpers to all test files (ParserSpec, SchemaOperationsSpec, SchemaCompilerSpec)
Co-authored-by: mpscholten <[email protected]>
* Apply col and table helpers to CodeGeneration test files
Co-authored-by: mpscholten <[email protected]>
* Update col helper to take columnName and columnType as parameters
Co-authored-by: mpscholten <[email protected]>
* Fix remaining col usages that were missed in ParserSpec
Co-authored-by: mpscholten <[email protected]>
* Fix formatting in ControllerGenerator.hs - move commas to start of continuation lines
Co-authored-by: mpscholten <[email protected]>
* Fix PArray type constructor usage - add missing parentheses
Co-authored-by: mpscholten <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: mpscholten <[email protected]>1 parent fa613c5 commit b6c60a5
File tree
7 files changed
+186
-514
lines changed- ihp-ide/Test
- IDE
- CodeGeneration
- SchemaDesigner
7 files changed
+186
-514
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
30 | 23 | | |
31 | 24 | | |
32 | | - | |
33 | | - | |
34 | 25 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
64 | 31 | | |
65 | 32 | | |
66 | | - | |
67 | | - | |
68 | 33 | | |
69 | 34 | | |
70 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
31 | 24 | | |
32 | 25 | | |
33 | | - | |
34 | | - | |
35 | 26 | | |
36 | 27 | | |
37 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
31 | 24 | | |
32 | 25 | | |
33 | | - | |
34 | | - | |
35 | 26 | | |
36 | 27 | | |
37 | 28 | | |
| |||
0 commit comments