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 the testing suite runs in about 1 minute and 45 seconds on my machine. A large portion of the time is taken up by controller and view tests.
We should look at refactoring these controller/view tests to be unit tests instead of integration tests.
Generally a lot of tests are written as integration tests when unit tests would be sufficient.
Lets collect candidates in this issue and refactor them in the refactor_tests branch.
The text was updated successfully, but these errors were encountered:
Currently the testing suite runs in about 1 minute and 45 seconds on my machine. A large portion of the time is taken up by controller and view tests.
We should look at refactoring these controller/view tests to be unit tests instead of integration tests.
Generally a lot of tests are written as integration tests when unit tests would be sufficient.
Lets collect candidates in this issue and refactor them in the refactor_tests branch.
The text was updated successfully, but these errors were encountered: