Commit 3163024
authored
chore: remove unnecessary tests that duplicate language/framework guarantees (#108)
Remove ~100 tests across api, core, and app modules that provided no
meaningful coverage: trivial default-value checks, data-class equals/copy
(Kotlin guarantee), basic serialization round-trips (kotlinx.serialization
guarantee), reimplemented formula tests not calling production code, and
tests for test doubles. Retains all business-logic, validation, edge-case,
backward-compatibility, and integration tests.
Deleted files: DownloadScheduleTest, FileSelectionModeTest, SourceFileTest,
InstanceManagerTest, DiscoveredServerTest.1 parent a6f8139 commit 3163024
21 files changed
Lines changed: 0 additions & 1777 deletions
File tree
- library
- api/src/commonTest/kotlin/com/linroid/ketch/api
- core/src/commonTest/kotlin/com/linroid/ketch
- engine
- task
Lines changed: 0 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
243 | 241 | | |
244 | 242 | | |
245 | 243 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 244 | | |
Lines changed: 0 additions & 337 deletions
This file was deleted.
0 commit comments