Commit 28034c7
committed
refactor: reorganize test modules into a nested structure
- Rename and move `:core:test` to `:core:test:common`.
- Rename and move `:core:test-ui` to `:core:test:ui`.
- Rename and move `:core:test-jvm` to `:core:test:jvm`.
- Update all project references in `settings.gradle.kts` and `build.gradle.kts` files across the project.
- Update internal module dependencies to reflect the new paths (e.g., `:core:test:jvm` now depends on `:core:test:ui`).
- Update documentation, READMEs, and script files (`build_quick.sh`) to point to the new module paths and Gradle task names.
- Update package references and file paths in `CHANGELOG.md` and `TESTING_GUIDE.md`.1 parent ebf58e9 commit 28034c7
86 files changed
Lines changed: 94 additions & 94 deletions
File tree
- app
- android
- desktop
- ios-kit
- iosApp/iosApp.xcworkspace/xcuserdata/artur.xcuserdatad
- web
- core
- data
- db-room
- db-sqldelight
- domain
- presentation
- test
- common
- src
- androidMain/kotlin/com/softartdev/notedelight
- commonMain/kotlin/com/softartdev/notedelight
- jvm
- src
- main/kotlin/com/softartdev/notedelight
- ui
- util
- test/kotlin/com/softartdev/notedelight
- ui
- src
- androidMain/kotlin/com/softartdev/notedelight
- commonMain/kotlin/com/softartdev/notedelight
- di
- ui
- cases
- screen
- dialog
- settings/detail
- commonTest/kotlin/com/softartdev/notedelight
- ui/settings/detail
- iosMain/kotlin/com/softartdev/notedelight
- jvmMain/kotlin/com/softartdev/notedelight
- wasmJsMain
- kotlin/com/softartdev/notedelight
- resources
- wasmJsTest/resources
- ui
- docs
- feature/console
- gradle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments