Add unit testing to api-tools #22
Labels
L3
A task suitable for someone who is comfortable implementing large-scale features/projects.
Type: Feature Request
New feature or request
The toolkit would greatly benefit from both unit and integration testing, and ideally sooner rather than later.
We'll have to talk about how exactly we want to go about effectively performing integration testing, but unit testing should be fairly straightforward via Go's built-in testing library. I would personally be in favor of the test files being within the same package as the files being tested so that non-exported methods can be tested more easily.
Any comments on this are welcome, as usual.
The text was updated successfully, but these errors were encountered: