Thanks for the answer. I inject different Kodein i...
# kodein
f
Thanks for the answer. I inject different Kodein instances in my unit tests, this works fine. However, for functional testing I spin up my app with partly mocked data. I'm now running a
ConfigurableKodein
inside my application class. My test instrumentation this instance is set to being mutable (not at normal app runs) and reset/overridden between test runs. This seems to work pretty well. I'm going to further test this, and will then respond on SO 🙂