The Model, Serializer, and View classes are tightly coupled with other classes, so I thought it would be difficult to unit test them against their underlying functionality, rather than special methods I added.
For the above classes, how do you typically plan your "unit tests"?
Or should they be validated once and for all as 'integration tests'?