**Problem** Most of the code currently in `master` is not tested. This means it will be hard to detect when this library starts to fail. **Solution** To ensure that the library behaves as expected, we need to add tests. **Tasks** - [ ] setup testing suite - [ ] add unit tests for collections, disbursements, remittances - [ ] add unit tests for users
Problem
Most of the code currently in
masteris not tested. This means it will be hard to detect when this library starts to fail.Solution
To ensure that the library behaves as expected, we need to add tests.
Tasks