SPRINT 1 UNIT TESTS
Unit tests cover features that you have completed.
You aren't expected to write unit tests for the UI, but you should be able to test every other class. I would expect that you have some data classes, so writing tests for those would be a good idea. Think about having solid coverage for data classes/entities or other use case classes - that should be your priority.
Edited by Michael Huang