Commit 5f63ff0
authored
Stop generating tests by openapi generator (#1667)
The template file that generates code, and the template file that
generates tests basically share the same logic. In short, testing
generated code with the same logic is not meaningful.
We already removed this in ine-bot-sdk-java. It only increases
maintenance cost, so let's remove it here as well.
Manual tests should be sufficient. This change also adds some tests to
keep coverage.1 parent ef44b43 commit 5f63ff0
27 files changed
Lines changed: 252 additions & 11560 deletions
File tree
- generator/src/main
- java/line/bot/generator
- resources/line-bot-sdk-nodejs-generator
- lib
- channel-access-token
- .openapi-generator
- tests/api
- insight
- .openapi-generator
- tests/api
- liff
- .openapi-generator
- tests/api
- manage-audience
- .openapi-generator
- tests/api
- messaging-api
- .openapi-generator
- tests/api
- module-attach
- .openapi-generator
- tests/api
- module
- .openapi-generator
- tests/api
- shop
- .openapi-generator
- tests/api
- webhook/.openapi-generator
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
Lines changed: 0 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
| |||
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
61 | | - | |
62 | | - | |
63 | 55 | | |
64 | 56 | | |
65 | 57 | | |
| |||
71 | 63 | | |
72 | 64 | | |
73 | 65 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 66 | | |
79 | 67 | | |
80 | 68 | | |
81 | 69 | | |
82 | 70 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 71 | | |
102 | 72 | | |
103 | 73 | | |
| |||
Lines changed: 0 additions & 225 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
0 commit comments