Open
Description
Add unit tests for the public API related to users in WFClient:
- login(username:password:completion:)
- logout(token:completion:)
- getUserData(token:completion:)
- getUserCollections(token:completion:
See the developer API docs for useful responses that can be mocked, as in #38.