rtghan / FinancialOrganizer

3 stars 0 forks source link

Tests #4

Open ErnestYuen opened 12 months ago

ErnestYuen commented 12 months ago

All classes and methods are missing tests. Entities should have unit tests that accurately represent the data we intend for them to hold. Use cases should have integration tests to check that the core of the program is functioning properly. And the front end should also be tested once it has been implemented

elefrodi commented 11 months ago

Hi, id like to create unit tests for the entities. Im going to create an entity_test package for that. However ill have to also add getters to budget class to do that, because they re missing