Last modified: 2013-11-12 16:28:36 UTC
Current unit tests for API modules use API calls to perform logins and token generation. That is quite slow, and unnecessary except for the tests for login and token generation itself. Bypassing the API for these things should greatly improve the speed of API tests.
This no longer happens. We now use the same user hack as in core and the doRequestWithToken method