vuinguyen / FishingDaze

A fishing journal app to document fishing trips, built for my capstone project, for my Udacity iOS Nanodegree program.
1 stars 1 forks source link

Integrate unit testing #13

Closed vuinguyen closed 4 years ago

vuinguyen commented 5 years ago

Look into adding unit testing? Would this be a good way to test all aspects of CRUD for a single journal entry as I'm building out the app?

vuinguyen commented 4 years ago

I will spend a day or so learning about unit testing and see to what extent it makes sense to add unit testing to this project, while at the same time, try to complete this project in a timely manner.

vuinguyen commented 4 years ago

The unit testing will be a continued work in progress. However, after converting my project to MVVM and writing a few unit tests already (and I will continue to do so), I think it's fair to say that I've already started integrating unit tests into this project. Will call this issue closed for now.