terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Add testing folders #37

Open Sternbach-Software opened 8 months ago

Sternbach-Software commented 8 months ago

At least having commonTest or mobile test would be nice, and if users want to add more, they can copy the code. Alternatively, it can be an option to add in the wizard.

terrakok commented 6 months ago

Any JetBrains IDE suggests to make a test folder by CMD+N for any source set. I don't see a profit to have empty dirs here

Sternbach-Software commented 6 months ago

@terrakok For some reason, the "OK" button in that dialog never works for projects created from the wizard. They don't have to be null - you can include proof-of-concept tests that utilize platform-specific features (e.g. Android JUnit instrumentation, etc.)

terrakok commented 6 months ago

Try to make a test directly in the project view.