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
Currently we have 0 tests. What i've come to realize is that tests are amazingly useful when you come back to stale code and have to relearn a lot of the codebase and when you start making changes you could easily break other parts of the codebase. I am afraid of how my changes will affect the rest of the codebase, but since we don't have tests, we don't have a choice.
We need to write tests (both unit and integration) for this application before we release it as future maintainers would probably have a very tough time with changes after we drop from the project. Currently we only have 6 models so this shouldn't be hard. Once we come up with a framework, it should be some hard labor and we could probably write up the application within two weeks.
Conditions of Satisfaction
Unit and Integration tests for the following models:
Activity
Challenge
Family
Participant
Point
User
The text was updated successfully, but these errors were encountered:
Currently we have 0 tests. What i've come to realize is that tests are amazingly useful when you come back to stale code and have to relearn a lot of the codebase and when you start making changes you could easily break other parts of the codebase. I am afraid of how my changes will affect the rest of the codebase, but since we don't have tests, we don't have a choice.
We need to write tests (both unit and integration) for this application before we release it as future maintainers would probably have a very tough time with changes after we drop from the project. Currently we only have 6 models so this shouldn't be hard. Once we come up with a framework, it should be some hard labor and we could probably write up the application within two weeks.
Conditions of Satisfaction
Unit and Integration tests for the following models:
The text was updated successfully, but these errors were encountered: