-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split integration and unit Gradle plugin tests
Previously some tests (e.g. FileHashTest) were executed multiple times in each test task. This change splits tests in the following way: * `testGradle-<VERSION>` task only runs `org.jetbrains.compose.gradle.*` tests with the corresponding Gradle version; * `test` runs all other tests once; * `check` runs all tests and checks;
- Loading branch information
1 parent
14ee86f
commit 4e67323
Showing
3 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tbrains/compose/DesktopApplicationTest.kt → .../compose/gradle/DesktopApplicationTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...org/jetbrains/compose/GradlePluginTest.kt → ...brains/compose/gradle/GradlePluginTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters