What needs to happen?
To date there is a single test for a single function in the controller. Existing, changing, and any new methods should start to incorporate more through unit testing.
Why should we do this?
Testing is good. Catch bugs, catch when code changes have side effects.
Which functions we test should help us consolidate and document the public facing API.
When does this need to get done?
What needs to happen?
To date there is a single test for a single function in the controller. Existing, changing, and any new methods should start to incorporate more through unit testing.
Why should we do this?
Testing is good. Catch bugs, catch when code changes have side effects.
Which functions we test should help us consolidate and document the public facing API.
When does this need to get done?