Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

Create some unit tests #75

Open joserc87 opened 3 years ago

joserc87 commented 3 years ago

In this PR I'm crating some unit tests for emailDrone and for farmInfo (reading of some sample data). They should be harmless to run, as they don't connect to any external resource. Nevertheless these commits change the code slightly so we should make sure that the project is still running just fine before merging.

In some later PR I'll create integration tests that checks the API, which is more interesting at the current state of the project.