GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

Get rid of instrumentation tests #119

Open passsy opened 6 years ago

passsy commented 6 years ago

The android instrumentation tests are slow, and starting the emulator takes ages. (reference #116) Also the environment is flaky. Builds continue to fail because the emulator startup fails or the apk cannot be installed.

We only have a few instrumentation tests. Maybe we can convert them to unit tests (with some effort). Also we can get rid of the CompositeAndroid instrumentation tests once we get rid of this module #109.