parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 734 forks source link

Integration tests #1039

Open mtrezza opened 4 years ago

mtrezza commented 4 years ago

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.