android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.3k stars 11.62k forks source link

Add a module for shared test code #912

Closed dturner closed 1 year ago

dturner commented 1 year ago

I've created a new module named shared-test. It contains the test dependencies which are shared between unit (test) and instrumented (androidTest) test source sets.

This is because using a shared folder (sharedTest) is not the recommended way of doing things any more (fixes #910)