Slackbot
01/10/2023, 1:02 PMJavi
01/10/2023, 1:02 PMfooTest
, but I think it is better to use testFoo
in order to keep all test
directories together, if not, the order can be ugly; functionalTest
, integrationTest
, main
, test
, testFixtures
, instead of main
, test
, testFixtures
, testFunctional
, testIntegration
With KMP using `fooTest`:
• commonIntegrationTest
• commonMain
• commonTest
• jvmIntegrationTest
• jvmMain
• jvmTest
vs using `testFoo`:
• commonMain
• commonTest
• commonTestIntegration
• jvmMain
• jvmTest
• jvmTestIntegration
Paul Merlin
01/10/2023, 2:24 PMPaul Merlin
01/11/2023, 8:15 AMPaul Merlin
01/11/2023, 8:16 AM