Do y'all have unit test for every class or tests for only the data models to meet the final Memo requirement?
do we need it for all of the data models? i have a class which pretty much collects all the data into one place making it accessible to all controllers so im planning to only write the test for that file
My team still needs to work on unit testing but I don't think we'll have a unit testing for all the class.
I thought it was not necessary to have unit tests for every class. I suppose a couple would be fine.
Currently, we don't have unit tests for each class. We plan on adding more, I'm not sure if we have to do tests for each class though.
although a lot of testing should be a good practice. I'm assuming it isn't a huuuge deal for the MEMO
No we did not have the time to do one