ursus
05/24/2020, 3:57 PM˛gradlew testDebugUnitTest
is not picking up tests from :app
module since I have flavors, what gives? Wasnt it supposed to run everything?gildor
05/24/2020, 4:14 PMtasks.register("testDebugUnitTest") {
dependsOn("testFlavornameDebugUnitTest")
}
ursus
05/24/2020, 4:20 PMclean
etc work, since its the same nameursus
05/24/2020, 4:22 PMursus
05/24/2020, 4:27 PMgradlew test
work though?gildor
05/24/2020, 4:29 PMgildor
05/24/2020, 4:30 PMursus
05/24/2020, 4:30 PMtestDebugUnitTest
was that, I only now realized it wasnt running the top level module tests, smhgildor
05/24/2020, 4:31 PM