andydelso / aperture

An app to track Oscar nominees you have watched using KMP
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add unit testing capabilities and POC tests #9

Open andydelso opened 6 months ago

andydelso commented 6 months ago

We should have tests on :shared code where possible, and on platform specific implementations within it.

Given this is all kotlin code, we can use kotlin-test with JUnit, which should already be included on the gradle build for this module.

We will need folders for each sub-module. AS should be aware of these and suggest them when we try to create the new packages: