You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app needs better test coverage. Every important route should at least be covered by integration tests (using a test database), including happy cases and error cases.
Since there is very little business logic - as opposed to framework code - testing isolated units should be considered only when integration testing doesn't cover everything.
The text was updated successfully, but these errors were encountered:
The app needs better test coverage. Every important route should at least be covered by integration tests (using a test database), including happy cases and error cases.
Since there is very little business logic - as opposed to framework code - testing isolated units should be considered only when integration testing doesn't cover everything.
The text was updated successfully, but these errors were encountered: