Valtteri Puonti

Results 2 issues of Valtteri Puonti

> In order to run instrumentation tests, parallel builds have to be turned off at the moment. This means you can run them via ./gradlew connectedAndroidTest --no-parallel. >Tooling support for...

Expected: * define Koin application and mock dependencies in test's `@Before` What's happening: * Feature module's `injectFeature()` is crashing the test because of duplicate dependencies I'm curious if you've faced...