Open
Description
Issue
The Parse Android SDK is currently lacking integration testing. None of the tests are against a real parse server, mainly against mocked controllers. This makes it more difficult to write tests and increases chances that issues are missed.
Solution
Spin up a parse server + mongoDB in Travis CI to test against.